1
Using Code::Blocks / Re: Absolute Newby. Please Help
« Last post by Михаил Агарков on Today at 04:34:29 pm »You need the wxWidgets SDK with the compiled binaries for your compiler.
I did it like this:
I did it like this:
- Download the Windows installer from here.
- Compile it using these instructions with the compiler you're planning to use.
- After successful compilation, create the "wx" global variable where you specify the path to the wxWidgets folder (should contain folders like build, include, lib).
- Set the project configurations to be the same as what wxWidgets was compiled with (see screenshot)
Recent Posts