You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1.0.3

  • Fixed SRP_Zip_ExtractFile bug where function would crash if attempting to extract an index that refers to a directory and not a file

1.0.2

  • Removed RootDirectory parameter from SRP_Zip_Open and SRP_Zip_Create
  • Added subdirectory support to SRP_Zip_GetFileList, SRP_Zip_FindFile, and SRP_Zip_AddFile
  • Added SRP_Zip_RemoveFile
  • Fixed more data truncation bugs by updating all calls to SRPZip.dll to pass variable pointers explicitly

1.0.1

  • InitialAdded RootDirectory parameter to SRP_Zip_Open
  • Updated SRP_Zip_Open to create the ZIP if it doesn't already exist
  • Fixed SRP_Zip_AddFile bug where Data parameter was getting truncated at first Char(0) upon return
  • Fixed SRP_Zip_AddFile bug where adding a file that already exists in the ZIP resulted in multiple copies of the file rather than replacing the one that was already there.

1.0

  • Initial Release
  • No labels