when I compile my programm with fwh809, I get following error:
Application
===========
Path and name: D:\cto_win\eho40\eho.exe (32 bits)
Size: 4,388,864 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 19.09.2008, 13:23:55
Error description: Error BASE/1004 Class: 'NIL' has no exported method: EVAL
Args:
[ 1] = U
Stack Calls
===========
Called from: => EVAL(0)
Called from: ctoxbrowse.prg => (b)TXBROWSE:TXBROWSE(582)
Called from: => TCTOXBROWSE:KEYCOUNT(0)
Called from: ctoxbrowse.prg => TCTOXBROWSE:ADJUST(1074)
Called from: ctoxbrowse.prg => TCTOXBROWSE:INITIATE(982)
Called from: ctoxbrowse.prg => TCTOXBROWSE:CREATEFROMCODE(892)
Called from: ctoxbrowse.prg => TCTOXBROWSE:NEW(207)
Called from: AD_MAIN.prg => E_ADRESSEN(120)
Called from: EHO.prg => STARTADRESSEN(1234)
Called from: EHO.prg => (b)EHO_INIT(910)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:KEYDOWN(0)
Called from: .\source\classes\MDICLIEN.PRG => TMDICLIENT:KEYDOWN(0)
Called from: => TMDICLIENT:HANDLEEVENT(0)
Called from: .\source\classes\WINDOW.PRG => _FWH(0)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE(0)
Called from: EHO.prg => MAIN(666)
However, when I compile the same source with fwh808, there is no problem.
And when I take the METHOD Initiate from fwh808 and put it into fwh809 in my own class
TCtoxbrowse FROM TXbrowse
then it also works fine.