Page 1 of 1

Uunresolved externals

PostPosted: Tue Mar 07, 2006 2:22 pm
by Sakis
Hello Antonio and from hear :D

First of all ask you does C3 IDE work's with FWC3 ?
Trying some functions from fwc3 i get those unresolved externals

"PARAMCOUNT" referenced from module FILENAME
"GETPARAM" referneced from module FILENAME

I try to use the folloeing code :
SET DEFAULT TO (cFilePath(GetModuleFileName(GetInstance()))+"DATA\")
I Know that this piece of code works fine with xHarbour / FWH..

Any help wold be qppreciated :idea:

TIA
DIONISIS

PostPosted: Tue Mar 07, 2006 3:49 pm
by Antonio Linares
Dionisis,

> First of all ask you does C3 IDE work's with FWC3 ?

No, sorry.

> "PARAMCOUNT" referenced from module FILENAME
> "GETPARAM" referneced from module FILENAME

Please declare them like these:

function ParamCount() ; return 0
function GetParam() ; return nil