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