Antonio
I have migrated my system to fwh jan and also xhb pro to jan 2007
When i link my app, i get
xlink error : Unresolved external symbol _ansitowide
Any clue ?
Thanks
Richard
Antonio
I have migrated my system to fwh jan and also xhb pro to jan 2007
When i link my app, i get
xlink error : Unresolved external symbol _ansitowide
Any clue ?
Thanks
Richard
#pragma BEGINDUMP
#include <windows.h>
LPWSTR AnsiToWide( LPSTR cAnsi );
LPWSTR ansitowide( LPSTR cAnsi )
{
return AnsiToWide( cAnsi );
}
#pragma ENDDUMPAntonio
Same link error message
Switching back to fwh october 2006 , this is the one i was using compiles and links ok
Richard
#pragma BEGINDUMP
#include <windows.h>
LPWSTR AnsiToWide( LPSTR cAnsi );
LPWSTR _ansitowide( LPSTR cAnsi )
{
return AnsiToWide( cAnsi );
}
#pragma ENDDUMPAntonio
No change same error
Very strange, where can it come from ?
Everything compiles OK with fwh 2.8 october
Richard
Richard,
We email you the most recent libraries