Hello to all. I desperately need help installing these libraries to codeblocks.
I have 7 windows codeblocks 10.5 and the Ulimate wxWidgets libraries.
I just can not complete the project. Returns seems to me the same error.
wx \ setup.h no such directory ...
or others as wx \ wx.rc no such directory ...
So I followed many guides and nn led me to nothing.
How do I do?
I performed these steps:
1) Installing codeblocks and wxWidgets
2) Place these between the environmental variables of the system:
C:\Program Files (x86)\CodeBlocks\MinGW\bin;C:\Program Files (x86)\CodeBlocks\MinGW\mingw32\bin
When you say "wx \ setup.h no such directory..." and a bit further down you say you changed the wxwidgets_path to "/ include / wx / msw / setup.h" it tells me that you put the files in one path and you are telling your compiler that they are in another. This is an easy mistake to make, either change you code to #include wx\msw\setup.h or put he header files one folder higher.
I solved this problem by inserting a global variable environment: WXWIN and assign the path of wxWidgets. But now I have another problem:
"Wx / msw / wx.rc" no such file or directory. Why?