FWH 18.12 - xHarbour.com - Unresolved

Post Reply
User avatar
frose
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg
Contact:

FWH 18.12 - xHarbour.com - Unresolved

Post by frose »

Hello,
getting these errors with FWH 18.12:

Code: Select all | Expand

xLINK: error: Unresolved external symbol '_MonitorFromWindow referenced from FiveHMX.lib(GETSYSIN.obj)'.

xLINK: error: Unresolved external symbol '_MonitorFromPoint referenced from FiveHMX.lib(GETSYSIN.obj)'.

xLINK: error: Unresolved external symbol '_GetMonitorInfo referenced from FiveHMX.lib(GETSYSIN.obj)'.
 

What I'm doing wrong? Please help
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
User avatar
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: FWH 18.12 - xHarbour.com - Unresolved

Post by Antonio Linares »

Frank,

viewtopic.php?f=17&t=34890&start=0&hilit=xfw

Please add those three symbols (without the underscore) to the def file and rebuild it as explained in the post
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
TimStone
Posts: 2956
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: FWH 18.12 - xHarbour.com - Unresolved

Post by TimStone »

Antonio,

Let me get this straight. You issued 18.12 which can NOT be used with xHarbour commercial unless WE rebuild the xfw.lib file ?

Perhaps you could provide us with the latest xfw.lib file !

I downloaded what you linked to and that .lib does NOT fix the problem.

Instead of requiring us to rebuild libraries ( which I'm not setup to do ), if you make changes in the program that require the changes, it would be very helpful if you would do the rebuild of the .lib and make it available to all of us who use it.

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
User avatar
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: FWH 18.12 - xHarbour.com - Unresolved

Post by Antonio Linares »

Frank, Tim,

Here you have the updated xfw.lib:
https://bitbucket.org/fivetech/harbour-xharbour-builds/downloads/xfw.zip

Please notice that this is required as xhb uses a very old and not updated C compiler, anyhow we have enhanced our make files
so in next FWH builds, this lib will be automatically built and included in the FWH package :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
frose
Posts: 392
Joined: Tue Mar 10, 2009 11:54 am
Location: Germany, Rietberg
Contact:

Re: FWH 18.12 - xHarbour.com - Unresolved (solved)

Post by frose »

Antonio,

successfully updated to FWH 18.12 :D 8)

THX, Frank
Windows 11 Pro 22H2 22621.1848
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Harbour 3.2.0dev (r2008190002)
FWH 23.10 x86
User avatar
TimStone
Posts: 2956
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Has thanked: 25 times
Been thanked: 2 times
Contact:

Re: FWH 18.12 - xHarbour.com - Unresolved

Post by TimStone »

Antonio,

Most of my work is built with the latest version of Visual Studio and thus I don't have a problem with those programs.

I do have a few customers who are using the Advantage Database Server version 7 or 8 and who have refused to update. The xHarbour.com version has the correct libs that will work with those two versions ( there was a change in ADS 9 and above that is adderessed in current Harbour libs ). If I didn't have that issue, I would not need "dual builds" ... and that would be easier.

Thanks for providing the .lib file. It now builds.

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
Post Reply