FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TestRTF.prg unresolved externals
Posts: 39
Joined: Tue Jan 24, 2006 06:16 PM
TestRTF.prg unresolved externals
Posted: Wed Mar 26, 2008 09:46 AM

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

Posts: 782
Joined: Wed Dec 19, 2007 07:50 AM
TestRTF.prg unresolved externals
Posted: Wed Mar 26, 2008 02:03 PM

Hi Patrick:

Perhaps FiveHc.lib is missing in your link file.

Best regards.

Manuel Mercado

manuelmercado at prodigy dot net dot mx
Posts: 39
Joined: Tue Jan 24, 2006 06:16 PM
TestRTF.prg unresolved externals
Posted: Wed Mar 26, 2008 02:07 PM
mmercado wrote:Perhaps FiveHc.lib is missing in your link file.

Thank you Manuel. But its linked in. :-)

Patrick
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
TestRTF.prg unresolved externals
Posted: Wed Mar 26, 2008 03:35 PM

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.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion