I am trying to set up the example for the spine SFML runtime in vs2012 using SFML 2.3.2. I have included all of the include and source directories and dependencies and have the atlas and JSON files in my working directory. However when the program runs it throws an unhandled exception error when reading the atlas file.
Has anyone else run into this error? and can anyone help fix this problem?
Thanks
I have solved the issue I was having. Here's the answer if anyone else has trouble with it, it's so simple it's painful. One of the SFML dependencies did not have the debug "-d" eg. "sfml-graphics-d.lib" so it wasn't the atlas file.