Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Temporary on June 26, 2016, 01:57:35 am

Title: How to use wxWidgets 3.1.0?
Post by: Temporary on June 26, 2016, 01:57:35 am
The wizard only goes up to 3.0.x, which apparently won't do
ld.exe||cannot find -lwxmsw30ud|
I'm guessing it should be lwxmsw31ud right?

Do i have to use it without the wizard? how?

Edit: this is the first time i successfully compile wxWidgets, so i have no experience with it, and very limited with code blocks
Title: Re: How to use wxWidgets 3.1.0?
Post by: oBFusCATed on June 26, 2016, 10:31:45 am
You can use the 3.0 wizard and then manually edit the linked libraries in the linker settings.
Another option is to patch the wizard (it is just a squirrel script) and post the patch here.
Title: Re: How to use wxWidgets 3.1.0?
Post by: New Pagodi on June 28, 2016, 08:30:08 pm
I've posted some notes on the wxWidgets forum (https://forums.wxwidgets.org/viewtopic.php?f=20&t=42301).

I'm attaching a modification of the wizard script, but I've only tested it on windows with visualc and tdmgcc.
Title: Re: How to use wxWidgets 3.1.0?
Post by: oBFusCATed on June 30, 2016, 12:25:48 am
The change is in trunk. Thanks for the contribution.