Help Calling Functions from DLLs
Publicado: Jue Feb 18, 2010 5:46 pm
Hi
I'm trying to call a function from a DLL (non XAILER , simple win32dll) from
a xailer program
The DLL has only one function "CheckAdapter"
DYNAMIC CheckAdapter //define function
nHandle := HB_LibLoad( "EcloExpressThermoAPI.dll" ) //open DLL
msginfo(CheckAdapter()) //see what returns
HB_LibFree( nHandle )
The program returns "Undefined function: CHECKADAPTER".
What is missing ?
Best regards
Pedro
I'm trying to call a function from a DLL (non XAILER , simple win32dll) from
a xailer program
The DLL has only one function "CheckAdapter"
DYNAMIC CheckAdapter //define function
nHandle := HB_LibLoad( "EcloExpressThermoAPI.dll" ) //open DLL
msginfo(CheckAdapter()) //see what returns
HB_LibFree( nHandle )
The program returns "Undefined function: CHECKADAPTER".
What is missing ?
Best regards
Pedro