Page 1 of 1

TestRTF.prg unresolved externals

Posted: Wed Mar 26, 2008 9:46 am
by patrickmast
Hi,

When I try to compile testrtf.prg with xHarbour, I get these unresolved externals:

xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA'.
xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA'.
xLINK: error: Unresolved external symbol '_GetFileVersionInfoA'.
xLINK: error: Unresolved external symbol '_VerQueryValueA'.

Patrick

Posted: Wed Mar 26, 2008 2:03 pm
by mmercado
Hi Patrick:

Perhaps FiveHc.lib is missing in your link file.

Best regards.

Manuel Mercado

Posted: Wed Mar 26, 2008 2:07 pm
by patrickmast
mmercado wrote:Perhaps FiveHc.lib is missing in your link file.
Thank you Manuel. But its linked in. :)

Patrick

Posted: Wed Mar 26, 2008 3:35 pm
by Antonio Linares
Patrick,

You need to link oledlg.lib and version.lib from your used C compiler import libraries.

In case you don't have them, we can tell you how to build yourself those import libraries.