libtmx-parser
libtmx-parser copied to clipboard
C++ TMX File Parser - Reads Tiled Map Editor files
Results
2
libtmx-parser issues
Sort by
recently updated
recently updated
newest added
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...
undefined reference to `tmxparser::parseFromFile(std::string const&, tmxparser::TmxMap*, std::string const&)'| I get that error with this line of code: tmxparser::TmxMap tilemap; error = tmxparser::parseFromFile("resources/map/map.tmx", &tilemap, "resources/tilemap/");