Hi!
I wish to test my xHarbour+FWH8.12 to Harbour 1.0.1
problem is... I have GLOBAL and GLOBAL EXTERNAL declarations... massive like entirely on my .prgs'
question is... What can I do?
Regards,
Antonio Linares wrote:Frances,
Try this define:
#define GLOBAL public
Hi Mr. Frances:fraxzi wrote:But what about the GLOBAL EXTERNAL? would it be #define GLOBAL EXTERNAL public ?
Sorry for the typo, I meant:mmercado wrote:I think you'll get the same efect with: #xtransalate GLOBAL EXTERNAL => Public
anserkk wrote:Dear Mr.Fraxzi,
Can I ask you the reason for moving from xHarbour to Harbour.
Any advantage ? Or is it just for testing purpose
Regards
Anser
mmercado wrote:mmercado wrote:I think you'll get the same efect with: #xtranslate GLOBAL EXTERNAL => Public
#xtranslate GLOBAL EXTERNAL => MEMVAR
CLASS GlobalData
DATA ADSServer
DATA ADSLogin
...
METHOD New() CONSTRUCTOR
ENDCLASS
METHOD New() CLASS GlobalData
::ADSServer := 0
::ADSLogin := 0
...
RETURN self
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 86 guests