Erro irrecuperavel 9015

Post Reply
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Erro irrecuperavel 9015

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Eroni,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Post by Eroni »

Antonio,

Now work fine, many thanks !

Regards,

Eroni
Post Reply