PureZip 500 failure (pureBasic 5.21) Windows
Posted: Mon Feb 24, 2014 12:44 am
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:
i get the Error-Msg
? What did i wrong
Thanks
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
? Is PureZip 500 not compatible with PureBasic 5.21PureBasic library missing: Misc (needed by 'PureZIP_LIB_230CheckCRC' library):
? What did i wrong
Thanks