C++ static library
I want to use my own static lib, which uses 3rd party libraries, in a C++ exe. Even if I include headers and libs of the 3rd party libraries in my exe, there are linking errors, because the 3rd party libraries are not found. What exactly do I have to do?
Thanks