FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 18.12 - xHarbour.com - Unresolved
Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
FWH 18.12 - xHarbour.com - Unresolved
Posted: Sun Jan 06, 2019 11:42 AM
Hello,
getting these errors with FWH 18.12:
Code (fw): Select all Collapse
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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 18.12 - xHarbour.com - Unresolved
Posted: Sun Jan 06, 2019 04:57 PM

Frank,

viewtopic.php?f=17t=34890start=0hilit=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
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 18.12 - xHarbour.com - Unresolved
Posted: Sun Jan 06, 2019 08:16 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 18.12 - xHarbour.com - Unresolved
Posted: Mon Jan 07, 2019 10:19 AM
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
Posts: 392
Joined: Tue Mar 10, 2009 11:54 AM
Re: FWH 18.12 - xHarbour.com - Unresolved (solved)
Posted: Mon Jan 07, 2019 12:00 PM

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
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 18.12 - xHarbour.com - Unresolved
Posted: Mon Jan 07, 2019 05:11 PM

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

Continue the discussion