You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The const wchar* argument for unzOpen in the previous version which is changed to const char* pointer make it difficult to identify file names apart from english. Please suggest if there is any work around deviced.
The text was updated successfully, but these errors were encountered:
I'm speaking of zlib 1.2.3. In the file unzip.h, it is declared as " extern unzFile ZEXPORT unzOpen OF((const wchar_t *path)); ". I would like to know if there is any other alternative to return the object unzFile with w_char filepath.
The const wchar* argument for unzOpen in the previous version which is changed to const char* pointer make it difficult to identify file names apart from english. Please suggest if there is any work around deviced.
The text was updated successfully, but these errors were encountered: