Hello ,
I try to make a conversion from xharbour to harbour with a minimum to change in the source.
I found that xhb.lib should be linked in , also xhb.ch should be included in the prg-file.
xhb.ch calls hbcompat.ch . Here it is not clear to me that __XHARBOUR__ must be declared
I suppose that __HARBOUR__ and __XHARBOUR__ should be declared.
Till now i had as problem :
1) GLOBAL EXTERNAL or GLOBAL are not allowed.
A work arround is to use static's and functions wich returns this static's
2) set.ch has in XHARBOUR more extensions , i.e. set(_SET_ERRORLOG ,"Autoclose.log")
All sugestions are welcome
Frank Demont