fwh jan 2007 + xhab jan 2007 error

fwh jan 2007 + xhab jan 2007 error

Postby Richard Chidiak » Thu Mar 08, 2007 10:15 am

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
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Antonio Linares » Thu Mar 08, 2007 11:05 am

Richard,

Strange... Please add this function:

Code: Select all  Expand view
#pragma BEGINDUMP

#include <windows.h>

LPWSTR AnsiToWide( LPSTR cAnsi );

LPWSTR ansitowide( LPSTR cAnsi )
{
   return AnsiToWide( cAnsi );
}
#pragma ENDDUMP
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42078
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Richard Chidiak » Thu Mar 08, 2007 11:28 am

Antonio

Same link error message

Switching back to fwh october 2006 , this is the one i was using compiles and links ok

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Antonio Linares » Thu Mar 08, 2007 1:58 pm

Richard,

Place an underscore in front:
Code: Select all  Expand view
#pragma BEGINDUMP

#include <windows.h>

LPWSTR AnsiToWide( LPSTR cAnsi );

LPWSTR _ansitowide( LPSTR cAnsi )
{
   return AnsiToWide( cAnsi );
}
#pragma ENDDUMP
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42078
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby Richard Chidiak » Thu Mar 08, 2007 2:14 pm

Antonio

No change same error

Very strange, where can it come from ?

Everything compiles OK with fwh 2.8 october

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
Richard Chidiak
 
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France

Postby Antonio Linares » Thu Mar 08, 2007 4:03 pm

Richard,

We email you the most recent libraries
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42078
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 60 guests