Page 1 of 1

Erro irrecuperavel 9015

Posted: Tue Jul 17, 2007 10:00 pm
by Eroni
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

Posted: Tue Jul 17, 2007 10:41 pm
by Antonio Linares
Eroni,

Please download this xHarbour build and test it again:
http://rapidshare.com/files/32968747/xharbour.exe.html

Posted: Wed Jul 18, 2007 12:39 pm
by Eroni
Antonio,

Now work fine, many thanks !

Regards,

Eroni