UNRESOLVED EXTERNAL
Publicado: Mié Ago 15, 2012 10:38 am
Dear Jose
I use the following code inside a prg module. I already modify the path for OMF libraries -L [path] in project properties.
When link the above program i took the following message:
Unresolved External 'WLHardwareGetID'referenced from D:BetaOBJSupport.DBJ
The CC++ definition of the function is:
bool WLHardwareGetID (char* pHardwareId);
#pragma BEGINDUMP
#include "windows.h"
#include "xailer.h"
#include "winlicenseSDK.h"
XA_FUNC( WLHARDWAREGETID )
{
hb_retl(WLHardwareGetID(hb_parc( 1 ));
}
#pragma ENDDUMP
I sent a printscreen with the error
T.I.A
I use the following code inside a prg module. I already modify the path for OMF libraries -L [path] in project properties.
When link the above program i took the following message:
Unresolved External 'WLHardwareGetID'referenced from D:BetaOBJSupport.DBJ
The CC++ definition of the function is:
bool WLHardwareGetID (char* pHardwareId);
#pragma BEGINDUMP
#include "windows.h"
#include "xailer.h"
#include "winlicenseSDK.h"
XA_FUNC( WLHARDWAREGETID )
{
hb_retl(WLHardwareGetID(hb_parc( 1 ));
}
#pragma ENDDUMP
I sent a printscreen with the error
T.I.A