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.
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.
It works fine in pure xHarbour (console) so there must be some bad interaction between xHarbour and FWH...
EMG
#include "FiveWin.ch"
#include "xbrowse.ch"
extern HB_MultiThread, hb_vmmode
function Main()
xbrowser HB_BuildInfo()
return nil