PBZip Beta
PBZip Beta
For all those that have been wanting to use zip files from Pure basic, run over to my site, and grab the PBZip library....
http://spangly.purebasic.org/
It's early beta and can only extract files at the moment.[/url]
http://spangly.purebasic.org/
It's early beta and can only extract files at the moment.[/url]
-
- Enthusiast
- Posts: 103
- Joined: Fri Apr 25, 2003 4:00 pm
- Location: France
Hello
Sorry, the extraction completed ok but the ZipClose() seems to crash !
Under xp pro, never ended loop !
Thank's for your work.
Dominique.
Under xp pro, never ended loop !
Thank's for your work.
Dominique.
Dominique
Windows 10 64bits. Pure basic 32bits
Windows 10 64bits. Pure basic 32bits
-
- Enthusiast
- Posts: 103
- Joined: Fri Apr 25, 2003 4:00 pm
- Location: France
re
Yes, all seems to be ok if i comment the ZipClose() call !
But won't it loose some ressources if not used ???
Thank's.
Dominique.
But won't it loose some ressources if not used ???
Thank's.
Dominique.
Dominique
Windows 10 64bits. Pure basic 32bits
Windows 10 64bits. Pure basic 32bits
Re: re
yes it will lose some resources, I just needed to know if it was the ZipClose() function that caused the crash, does it do it for all zip files, contact me through ICQ or E-Mail and I'll try and sort the problem outDominiqueB wrote:Yes, all seems to be ok if i comment the ZipClose() call !
But won't it loose some ressources if not used ???
Thank's.
Dominique.
-
- Enthusiast
- Posts: 103
- Joined: Fri Apr 25, 2003 4:00 pm
- Location: France
I found when !
In fact after testing i feel that the prob occur only when the zip contain only one file !
I tryed with a multi-files zip and it's ok...
Hope it will help !
Dominique.
I tryed with a multi-files zip and it's ok...
Hope it will help !
Dominique.
Dominique
Windows 10 64bits. Pure basic 32bits
Windows 10 64bits. Pure basic 32bits
Re: I found when !
thanks for that, I know what the problem is, it will be fixed today.DominiqueB wrote:In fact after testing i feel that the prob occur only when the zip contain only one file !
I tryed with a multi-files zip and it's ok...
Hope it will help !
Dominique.