[Gambas-user] Compress
Jacky
jscops at ...11...
Sun Aug 27 13:00:30 CEST 2006
Hello,
Is syntax compress is different between Gambas 1 and Gambas2 ?
<My code>
DIM Compres AS NEW Compress
Compres.Type = "zlib"
Compres.File ( system.home & "/test.sql" , system.Home & "/test.sql.gz" ,
Compres.Max)
<end my code>
In Gambas1 i have the message : "Unable to open file for reading"
I put "Wait 1" after the line "Compres.Type = "zlib" and now i have the next
message : "Error while writing data".
In Gambas2 i haven't this problem.
Any idea ?
Thank's
Jack.
More information about the User
mailing list