FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour 13.08 Error w/ xHarbour ( .com ) vmPushSize
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
13.08 Error w/ xHarbour ( .com ) vmPushSize
Posted: Tue Sep 17, 2013 04:06 PM

Building with xHarbour (.com ) and 13.08.

The following error occurs: _hb_vmPushSize Unresolved External symbol

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: 13.08 Error w/ xHarbour ( .com ) vmPushSize
Posted: Tue Sep 17, 2013 07:56 PM
Tim,

Please add this function to your app:

Code (fw): Select all Collapse
#pragma BEGINDUMP

#include <hbapi.h>

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

#pragma ENDDUMP
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: 13.08 Error w/ xHarbour ( .com ) vmPushSize
Posted: Wed Sep 18, 2013 09:14 AM

We are publishing a revised FWH 13.08 that solves it :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: 13.08 Error w/ xHarbour ( .com ) vmPushSize
Posted: Wed Sep 18, 2013 03:52 PM

The function you posted worked.

I just rebuilt with the latest 13.08 download, without the additional function, and it built normally.

Thank you.

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: 13.08 Error w/ xHarbour ( .com ) vmPushSize
Posted: Wed Sep 18, 2013 05:22 PM

Tim,

thanks for your feedback :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 246
Joined: Sat Mar 03, 2007 08:42 PM
Re: 13.08 Error w/ xHarbour ( .com ) vmPushSize
Posted: Wed Sep 18, 2013 07:00 PM
Hey Tim,
TimStone wrote:I just rebuilt with the latest 13.08 download, without the additional function, and it built normally.

Is this with latest xHarbour Builder posted yesterday?
Thanks! :-)

Patrick
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: 13.08 Error w/ xHarbour ( .com ) vmPushSize
Posted: Wed Sep 18, 2013 07:38 PM

No ! Its with the latest FWH 13.08 updated release.

Sadly, I had to make a few "business decisions" regarding ongoing expenses, and the ROI for xHarbour ( .com ) was not sufficient to continue the subscription. So, I'm using the build from 8/21/2010. At the time all of the work seemed to be going into the Visual xHarbour which I was not using.

I also wanted to use Microsoft Visual Studio as the compiler. Therefore I now have a parallel version of my application built with Harbour and MSVC 2012.

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