Hi!
I compiled Tilengine library with VS2019 (Windows x64) using latest libpng & zlib headers without problems at compile time and dynamic library is built successfully.
Problems began when compiled library is being used... It doesn't load the Tilemaps inside TMX file. Especifically doesn't load correctly when Tilemap data is zipped.
I was taking a look into the code and I find that inflateInit() returns -2 and obviously data was not populated.
Did you test the code with latest zlib version? I suppose is not a problem with Tilengine but a TMX/Tiled problem.
What version of zlib do you suggest to use that feature without problems? As you know, sometimes is not easy to find right headers for x,y
Thanks for your work as always.
Hi!
I compiled Tilengine library with VS2019 (Windows x64) using latest libpng & zlib headers without problems at compile time and dynamic library is built successfully.
Problems began when compiled library is being used... It doesn't load the Tilemaps inside TMX file. Especifically doesn't load correctly when Tilemap data is zipped.
I was taking a look into the code and I find that inflateInit() returns -2 and obviously data was not populated.
Did you test the code with latest zlib version? I suppose is not a problem with Tilengine but a TMX/Tiled problem.
What version of zlib do you suggest to use that feature without problems? As you know, sometimes is not easy to find right headers for x,y
Thanks for your work as always.