Good morning
I am trying to move from xharbour to harbour, Using Fwh 13.02 bcc 5.82 Harbour from fivetech (latest)
I thought it would be straight forward, but finally many things to consider... After searching in the forums here is what i have
1. From M. Rao , we have to #include "hbcompat.ch" on the top of ever program, easier to change fivewin.ch
2. From Bayron
#ifndef __XHARBOUR__
FUNCTION DbSkipper( n ) ; RETURN __DbSkipper( n )
FUNCTION DbPack() ; RETURN __DbPack()
FUNCTION DbZap() ; RETURN hb_DbZap()
FUNCTION CurDrive( x ) ; RETURN hb_CurDrive( x )
#command QUIT => ( PostQuitMessage( 0 ), __Quit() )
#EndIf
3. From Antonio spanish forum , change needed to fivewin.ch
#xcommand CLASS <ClassName> [METACLASS <metaClass>] ;
[ <frm: FROM, INHERIT> <SuperClass1> [,<SuperClassN>] ] ;
[ <modulfriend: MODULE FRIENDLY> ] ;
[ <static: STATIC> ] [ FUNCTION <FuncName> ] => ;
[ ; #translate Super: => ::<SuperClass1>: ] ;;
My question what else is needed , i still get errors. Antonio , the above could be included in next releases ? especially the hpcompat.ch and the #xcommand
Anyone using Harbour with the same configuration ? can you please comment ?
Thanks for the help
Richard