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
I try to build it on Win32 (C++) but I met some errors, I searched on google and try so much suggestion such as: #Define ZLIB_WINAPI, rebuild zlib, ...etc. But it still has error:
1>TmxTileLayer.obj : error LNK2019: unresolved external symbol _uncompress referenced in function "private: void __thiscall Tmx::TileLayer::ParseBase64(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?ParseBase64@TileLayer@Tmx@@AAEXABV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z)
1>TmxUtil.obj : error LNK2019: unresolved external symbol _inflate@8 referenced in function "public: static char * __cdecl Tmx::Util::DecompressGZIP(char const *,int,int)" (?DecompressGZIP@Util@Tmx@@SAPADPBDHH@Z)
1>TmxUtil.obj : error LNK2019: unresolved external symbol _inflateEnd@4 referenced in function "public: static char * __cdecl Tmx::Util::DecompressGZIP(char const *,int,int)" (?DecompressGZIP@Util@Tmx@@SAPADPBDHH@Z)
1>TmxUtil.obj : error LNK2019: unresolved external symbol inflateInit2@16 referenced in function "public: static char * __cdecl Tmx::Util::DecompressGZIP(char const *,int,int)" (?DecompressGZIP@Util@Tmx@@SAPADPBDHH@Z)
The text was updated successfully, but these errors were encountered:
I try to build it on Win32 (C++) but I met some errors, I searched on google and try so much suggestion such as: #Define ZLIB_WINAPI, rebuild zlib, ...etc. But it still has error:
1>TmxTileLayer.obj : error LNK2019: unresolved external symbol _uncompress referenced in function "private: void __thiscall Tmx::TileLayer::ParseBase64(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?ParseBase64@TileLayer@Tmx@@AAEXABV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z)
1>TmxUtil.obj : error LNK2019: unresolved external symbol _inflate@8 referenced in function "public: static char * __cdecl Tmx::Util::DecompressGZIP(char const *,int,int)" (?DecompressGZIP@Util@Tmx@@SAPADPBDHH@Z)
1>TmxUtil.obj : error LNK2019: unresolved external symbol _inflateEnd@4 referenced in function "public: static char * __cdecl Tmx::Util::DecompressGZIP(char const *,int,int)" (?DecompressGZIP@Util@Tmx@@SAPADPBDHH@Z)
1>TmxUtil.obj : error LNK2019: unresolved external symbol inflateInit2@16 referenced in function "public: static char * __cdecl Tmx::Util::DecompressGZIP(char const *,int,int)" (?DecompressGZIP@Util@Tmx@@SAPADPBDHH@Z)
The text was updated successfully, but these errors were encountered: