News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to use wxWidgets 3.1.0?

Started by Temporary, June 26, 2016, 01:57:35 AM

Previous topic - Next topic

Temporary

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

oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

New Pagodi

I've posted some notes on the wxWidgets forum.

I'm attaching a modification of the wizard script, but I've only tested it on windows with visualc and tdmgcc.

oBFusCATed

The change is in trunk. Thanks for the contribution.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]