Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Fallens tmxlite question.  (Read 1476 times)

0 Members and 1 Guest are viewing this topic.

Darkpony

  • Newbie
  • *
  • Posts: 7
    • View Profile
Fallens tmxlite question.
« 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....

fallahn

  • Hero Member
  • *****
  • Posts: 502
  • Buns.
    • View Profile
    • Trederia
Re: Fallens tmxlite question.
« Reply #1 on: April 06, 2017, 10:39:06 am »
Which zip file did you download? If you downloaded one of the 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.