c++ - Linking Problems -


I have tried it, Linux and Windows ... I have used C and C ++ ... I try With WxWidgets, gtkmm, glfw and GTK + I have tried various IDEs and so on. (I managed to get GLFW working fine at one point)

My problem is that I am not adding libraries in some way properly. Although I do not know which library is not linked because errors are confidential ... I just know that I am forgetting something ... I can not give an error because as I have done with all those things I try to link but this is it

  1. I always include "included", I am doing something wrong:

    In an IDE My steps are to add a library, Please correct me if I am doing something wrong:

    1. The directory for my IDE's specific library (ies)
    2. Then in my IDE, I have a specific library (Lib) (But not every single library)
    3. Create a dummy code to test
    4. Compile and 'Errors can not be found' and so on ...

    How to fix?

will be really useful to see one of those secret error messages along with platform details (The secret of a man is the other person's bread and butter), but usually you have to specify the libraries.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -