FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Richedit
Posts: 310
Joined: Mon Oct 10, 2005 05:10 AM
Richedit
Posted: Wed Nov 15, 2006 08:29 AM

Hi All

I am trying to get RichEdit to work but come up with un resolved externals

xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA'.

xLINK: error: Unresolved external symbol '_GetFileVersionInfoA'.

xLINK: error: Unresolved external symbol '_VerQueryValueA'.

xLINK: fatal error: 3 unresolved external(s).

I have tried to build the samples in \fwh\samples but get the same errors.

Cheers

Colin

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Richedit
Posted: Wed Nov 15, 2006 08:52 AM

Colin,

You have to link version.lib from xHB\c_lib\Win\version.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 310
Joined: Mon Oct 10, 2005 05:10 AM
Richedit
Posted: Wed Nov 15, 2006 09:50 AM

Thanks Antonio - got both samples working -
do I have to use version.lib because I have not
updated to the latest xHarbour.

Cheers

Colin

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Richedit
Posted: Wed Nov 15, 2006 12:04 PM

Colin,

>
do I have to use version.lib because I have not
updated to the latest xHarbour.
>

No, it is because your xHB does not include version.lib when linking.

The october xHB includes it.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion