FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 13.11 build error
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
FWH 13.11 build error
Posted: Thu Jan 02, 2014 09:05 PM

A successful build with FWH 13.09 and xHarbour ( .com ) generates this error using 13.11:
Undefined symbol __hb_vmPushSize

It builds fine with Harbour / MSVC

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 13.11 build error
Posted: Fri Jan 03, 2014 08:07 AM
Tim,

Please add this code to your main PRG:

Code (fw): Select all Collapse
#pragma BEGINDUMP

#include <hbapi.h>
#include <hbvm.h>

void hb_vmPushSize( LONG l )
{
   hb_vmPushLong( l );
} 

#pragma ENDDUMP
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 13.11 build error
Posted: Fri Jan 03, 2014 03:57 PM

Sorry, but its not working

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 13.11 build error
Posted: Sat Jan 04, 2014 09:03 AM

Tim,

Do you get the same error ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 13.11 build error
Posted: Sat Jan 04, 2014 06:05 PM

Antonio,

The error is the same, and I did a 100% rebuild.

With 13.09 you sent me a new set of libraries that fixed this problem but it was never posted to the uploads. Of course there were other missing externals. Apparently those were handled but this was not. Can you make the adjustment to the library again and repost it ? Its just for the library used by xHarbour( .com ).

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: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 13.11 build error
Posted: Sat Jan 04, 2014 08:20 PM
Tim,

My mistake. Please test this version. If it is ok for you then I will include it in the FWH sources, thanks

Please notice the leading underscore "_"

Code (fw): Select all Collapse
#pragma BEGINDUMP

#include <hbapi.h>
#include <hbvm.h>

void _hb_vmPushSize( LONG l )
{
   hb_vmPushLong( l );
} 

#pragma ENDDUMP
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 13.11 build error
Posted: Sat Jan 04, 2014 11:00 PM

Antonio,

I'm sorry, but that does not resolve it.

The error remains:

xLINK: error: Unresolved external symbol '_hb_vmPushSize referenced from FiveHCM.lib(CTLHDLEH.obj)'.

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 13.11 build error
Posted: Sun Jan 05, 2014 07:51 AM
Tim,

Here it is working fine with the xhb.com demo version, see this:



Are you linking the same libs that are shown here ? thanks for youyr help and feedback
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 13.11 build error
Posted: Mon Jan 06, 2014 04:42 PM

Using 13.12 I had no error.

When you use the xBuild Demo version, are you using the Pelles compiler ? The .com product only supported Pelles. I think the free one did not.

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 13.11 build error
Posted: Mon Jan 06, 2014 06:49 PM

Tim,

Yes, the demo version also uses PellesC

Thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: FWH 13.11 build error
Posted: Mon Jan 06, 2014 06:56 PM

Antonio,

Its an old version that will apparently not be upgraded.

The distributed xBuild does not work with Microsoft.

Thus, the Harbour /MSVC is the best option, but once again I have a problem to resolve.

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