PureZip 500 failure (pureBasic 5.21) Windows

Everything else that doesn't fall into one of the other PB categories.
User avatar
EfDschoma
User
User
Posts: 17
Joined: Fri Feb 21, 2014 11:46 am

PureZip 500 failure (pureBasic 5.21) Windows

Post 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
I may not know much, but I try a lot
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Re: PureZip 500 failure (pureBasic 5.21) Windows

Post 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
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureZip 500 failure (pureBasic 5.21) Windows

Post 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
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
EfDschoma
User
User
Posts: 17
Joined: Fri Feb 21, 2014 11:46 am

Re: PureZip 500 failure (pureBasic 5.21) Windows

Post by EfDschoma »

:D I just found that PureBasic version 5.21 has a built-in packer library. I have tried it and works great.
I may not know much, but I try a lot
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: PureZip 500 failure (pureBasic 5.21) Windows

Post by IdeasVacuum »

Actually, 5.21 Packer Library has some unfortunate issues. Fred has already been fixing the Lib for the next release though.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply