I've tried this on Linux and Windows... I've used C and C++... I've tried with wxWidgets, gtkmm, glfw and GTK+. I've tried with various IDE's and so on. (I managed to get GLFW to work fine at one point)
My problem is I am somehow not linking libraries properly. However I cannot find out which library isn't linked because the errors are cryptic... I just know that I'm forgetting something... I cant give error as it happens with all things I try to link but this is what I do...
These are my steps to adding libraries to an IDE, please correct me if I'm doing something wrong:
- I always include the "include" directory for specific library(ies) in my IDE's.
- Then in my IDE's I add the folder of the specific library (lib) (but not each individual library)
- Make dummy code to test
- Compile and 'cannot find' errors and so on...
How to fix?