FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Can't build TestRTF sample
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM

Can't build TestRTF sample

Posted: Sun Feb 05, 2006 06:34 PM

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
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM

Re: Can't build TestRTF sample

Posted: Mon Feb 06, 2006 08:40 AM
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 :-)
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM

Thanks

Posted: Mon Feb 06, 2006 08:44 PM

Thank you ... it now builds.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion