Page 1 of 1

Can't build TestRTF sample

PostPosted: Sun Feb 05, 2006 6:34 pm
by TimStone
I wanted to build the sample testrtf.prg with xHarbour ( Feb ) and FWH 2.7.

I receive the following undefined external symbols:

_GetFileVersionInfoSizeA
_GetFileVersionInfoA
_VerQueryValueA

I am simply trying to build the sample included with 2.7.

What am I missing here ?

Thanks.

Tim :)

Re: Can't build TestRTF sample

PostPosted: Mon Feb 06, 2006 8:40 am
by Richard Chidiak
TimStone wrote:I wanted to build the sample testrtf.prg with xHarbour ( Feb ) and FWH 2.7.

I receive the following undefined external symbols:

_GetFileVersionInfoSizeA
_GetFileVersionInfoA
_VerQueryValueA

I am simply trying to build the sample included with 2.7.

What am I missing here ?

Thanks.

Tim,

Include Version.lib to your xbp link script

You will find it in \xhb\c_lib\win

Richard

Tim :)

Thanks

PostPosted: Mon Feb 06, 2006 8:44 pm
by TimStone
Thank you ... it now builds.