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

unresolved external symbols #438

Closed
eurostar-rs opened this issue Apr 10, 2021 · 1 comment
Closed

unresolved external symbols #438

eurostar-rs opened this issue Apr 10, 2021 · 1 comment

Comments

@eurostar-rs
Copy link

Hey!

I tried today to use libtins (I included into visual studio the include directory from libtins) but I get some errors:
E2vOfhY

I defined NOMINMAX.
Anyone knows what's the problem?

@laudrup
Copy link
Contributor

laudrup commented Apr 10, 2021

Libtins is not a header only library. You need to link with it as well, so you cannot just use the headers and expect things to work.

There is some documentation here.

But you should basically look into how to use an external library with a C++ project.

Unfortunately, this is not as trivial as one could wish, but this is hardly related to libtins.

You need to provide some more details than just a screenshot with linker errors if you want some help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants