FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Uunresolved externals
Posts: 42
Joined: Fri Oct 21, 2005 02:12 PM
Uunresolved externals
Posted: Tue Mar 07, 2006 02:22 PM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Uunresolved externals
Posted: Tue Mar 07, 2006 03:49 PM

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

Continue the discussion