SFML community forums
Help => General => Topic started by: Darkpony on April 06, 2017, 03:14:09 am
-
I am trying to use tmxlite to parse a tmx file from tiled. Has anyone used his parser before. He has a visual studio project included in his github but compiling to test it i get the error /user/....../x64/bin/ReleaseStatic/libtmxlite-slib. Cannot find path. I didn't see such a lib included in his zip file. Do i need to make this myself....
-
Which zip file did you download? If you downloaded one of the releases (https://github.com/fallahn/tmxlite/releases) they contain the prebuilt libs for VS2015. Otherwise if you downloaded the source you have to open the VS project, select the version you want from the configuration manager, then click build. You'll probably have to do this anyway if you're using VS 2017.
(http://djfallen.com/images/tmxcfg.png)