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