Page 1 of 1

Richedit

Posted: Wed Nov 15, 2006 8:29 am
by Colin Haig
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

Posted: Wed Nov 15, 2006 8:52 am
by Antonio Linares
Colin,

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

Richedit

Posted: Wed Nov 15, 2006 9:50 am
by Colin Haig
Thanks Antonio - got both samples working -
do I have to use version.lib because I have not
updated to the latest xHarbour.

Cheers

Colin

Posted: Wed Nov 15, 2006 12:04 pm
by Antonio Linares
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.