Can't build TestRTF sample

Post Reply
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Can't build TestRTF sample

Post 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 :)
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: Can't build TestRTF sample

Post 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 :)
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Thanks

Post by TimStone »

Thank you ... it now builds.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Post Reply