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
This program need zlib. But It's not contained in the project.
And in windows10 vs2015, we should add ZLIB_WINAPI before include zlib.h.
If not, this will produce link error "can not found _crc32 to link"
more info: https://zlib.net/DLL_FAQ.txt
#define ZLIB_WINAPI
#include "zlib.h"
The text was updated successfully, but these errors were encountered:
This program need zlib. But It's not contained in the project.
And in windows10 vs2015, we should add ZLIB_WINAPI before include zlib.h.
If not, this will produce link error "can not found _crc32 to link"
more info: https://zlib.net/DLL_FAQ.txt
The text was updated successfully, but these errors were encountered: