Uunresolved externals

Post Reply
User avatar
Sakis
Posts: 41
Joined: Fri Oct 21, 2005 2:12 pm
Location: Athens

Uunresolved externals

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply