Compilation error override method End
Posted: Mon May 05, 2008 7:54 pm
hi everyone,
I need override method :end() in some FWH classes...
but this error appears in compilation:
For others methods works fine...
FWH 7.9
xHarbour 99.71
thanks
I need override method :end() in some FWH classes...
Code: Select all
OVERRIDE METHOD End CLASS TDialog WITH METHOD MyEnd1
OVERRIDE METHOD End CLASS TPrinter WITH METHOD MyEnd2
Code: Select all
Error E0030 Syntax error: "parse error at 'METHOD'
Error E0030 Syntax error: "parse error at 'METHOD'
FWH 7.9
xHarbour 99.71
thanks