Hello, compiling code with fwh 7.5 and xHarbour 0.99.71 simplex produce error :
Erro irrecuperavel 9015
Item de simbolo esperado de hb_vmDo()
Code:
#include "FiveWin.ch"
FUNCTION Main()
LOCAL oFile
cTxtFile := "error.log"
oFile := TTxtFile():New( cTxtFile ) // ERROR HERE
IF ! oFile:Open( 0 )
MsgInfo( "O Arquivo " + cTxtFile + ", não pode ser aberto." )
return nil
ENDIF
oFile:Close()
return Nil
Before I used Fhw 2.6 and xHarbour 0.99.5 and all ok.
Any idea?
Regards
Eroni