Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing? #20

Closed
Bramwell-Simpson opened this issue Nov 7, 2017 · 2 comments
Closed

Installing? #20

Bramwell-Simpson opened this issue Nov 7, 2017 · 2 comments
Labels

Comments

@Bramwell-Simpson
Copy link

I use visual studio 2017, and I would like to know how to link tmx lite with visual studio studio. It would also be useful to include an explanation for code::blocks for other users. :)

@Bramwell-Simpson Bramwell-Simpson changed the title Installing? Installing? [Help Wanted] Nov 7, 2017
@fallahn
Copy link
Owner

fallahn commented Nov 7, 2017

Linking the library is no different to linking any other.

In project properties:
C/C++->General->Additional Include Directories, add the path to the tmxlite include folder

Linker->General->Additional Library Directories, add the path to the folder containing the tmxlite *.lib files

Linker->Input->Additional Dependencies, add the name of the library file to which to link eg libtmxlite-s.lib for static release or libtmxlite-s-d.lib for static debug

Presumably Code::Blocks is similar, but I've never used it.

@Bramwell-Simpson
Copy link
Author

@fallahn you saved my life :)

@Bramwell-Simpson Bramwell-Simpson changed the title Installing? [Help Wanted] Installing? Nov 7, 2017
@fallahn fallahn closed this as completed Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants