TestRTF.prg unresolved externals

Post Reply
User avatar
patrickmast
Posts: 39
Joined: Tue Jan 24, 2006 6:16 pm
Contact:

TestRTF.prg unresolved externals

Post 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
User avatar
mmercado
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Post by mmercado »

Hi Patrick:

Perhaps FiveHc.lib is missing in your link file.

Best regards.

Manuel Mercado
User avatar
patrickmast
Posts: 39
Joined: Tue Jan 24, 2006 6:16 pm
Contact:

Post by patrickmast »

mmercado wrote:Perhaps FiveHc.lib is missing in your link file.
Thank you Manuel. But its linked in. :)

Patrick
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply