FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GPF with xHarbour
Posts: 518
Joined: Fri Jun 29, 2012 12:49 PM
GPF with xHarbour
Posted: Wed Apr 03, 2013 06:59 PM

Hello,

I have updaed my xHarbour to latest published by Antonio and this now gives me a GPF:

xbrowser HB_BuildInfo()

In Harbour, Works fine.

Are you able to run it from xHarbour?.

Thank you.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: GPF with xHarbour
Posted: Wed Apr 03, 2013 08:11 PM

It works fine in pure xHarbour (console) so there must be some bad interaction between xHarbour and FWH...

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: GPF with xHarbour
Posted: Thu Apr 04, 2013 12:01 AM
Elvira,

Simply add this extern line and it will work fine with xHarbour too :-)

Code (fw): Select all Collapse
#include "FiveWin.ch"
#include "xbrowse.ch"

extern HB_MultiThread, hb_vmmode

function Main()

   xbrowser HB_BuildInfo()

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion