Setting the WX VER variable
From Code::Blocks
If, while compiling Code::Blocks, you get the error: "Couldn't find library -lwxmsw$(WX_VER)" or some such, do this:
- Open the build options
- Open the "Custom variables" tab
- "Add" a new variable, with the name of (you guessed it) WX_VER
- Set its value to the appropriate thing, i.e. "242" (without the quotes)
After this, the error should be gone for good :)