Page 1 of 1

PureZip 500 failure (pureBasic 5.21) Windows

Posted: Mon Feb 24, 2014 12:44 am
by EfDschoma
Hi, i hope someon can help me.
My system is PureBasic 5.21, Windows and I installed PureZip 500 with the installer.exe.
If i try the following:

Code: Select all

buZip.s = "c:\temp.zip"
  
If FileSize( buZip ) = -1                ; File doesnt exist, therefore create it
  PureZIP_Archive_Create( buZip, #APPEND_STATUS_CREATE )
Else
  MessageRequester( "Info   ",      "exists" )
EndIf
i get the Error-Msg
PureBasic library missing: Misc (needed by 'PureZIP_LIB_230CheckCRC' library):
? Is PureZip 500 not compatible with PureBasic 5.21
? What did i wrong

Thanks

Re: PureZip 500 failure (pureBasic 5.21) Windows

Posted: Mon Feb 24, 2014 1:00 am
by rsts
From what I can find, it does not appear to be updated for 5.21

see http://www.purebasic.fr/english/viewtopic.php?p=400660

Re: PureZip 500 failure (pureBasic 5.21) Windows

Posted: Mon Feb 24, 2014 1:18 am
by luis
I think he meant this -> http://www.purebasic.fr/english/viewtop ... 25&t=15322

@EfDschoma

Looks like it's not updated/compatible, maybe someone using it (I dont') will confirm this.

http://www.purebasic.fr/english/viewtop ... 17&t=58221

Re: PureZip 500 failure (pureBasic 5.21) Windows

Posted: Mon Feb 24, 2014 4:34 pm
by EfDschoma
:D I just found that PureBasic version 5.21 has a built-in packer library. I have tried it and works great.

Re: PureZip 500 failure (pureBasic 5.21) Windows

Posted: Mon Feb 24, 2014 5:00 pm
by IdeasVacuum
Actually, 5.21 Packer Library has some unfortunate issues. Fred has already been fixing the Lib for the next release though.