1. I downloaded and installed CodeBlocks for Windows.
2. I downloaded WxWidgets and compiled using mingw.
3. I created a simple Wx project in CodeBlocks and tried to compile.
I first got a little popup during the wizard telling me about no debug and no release configuration so my project wont build. Odd. I continued.
I then tried to build and got the error about no wx/setup.h so I edited that to wx/msw/setup.h. Then I got this error:
cannot find -lwxmsw28ud
Can someone please tell me what I'm doing wrong?
This problem is very easily fixed by downloading wxPack (http://wxpack.sourceforge.net/).