Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TmxUtil.obj : error LNK2019 #10

Open
loctho1995 opened this issue Jul 23, 2015 · 0 comments
Open

TmxUtil.obj : error LNK2019 #10

loctho1995 opened this issue Jul 23, 2015 · 0 comments

Comments

@loctho1995
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant