Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: solarwind on June 20, 2008, 01:46:36 am

Title: Can't Get Simple Wx Project To Build On Windows
Post by: solarwind on June 20, 2008, 01:46:36 am
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:

Code
cannot find -lwxmsw28ud

Can someone please tell me what I'm doing wrong?
Title: Re: Can't Get Simple Wx Project To Build On Windows
Post by: solarwind on June 20, 2008, 03:14:27 am
This problem is very easily fixed by downloading wxPack (http://wxpack.sourceforge.net/).