Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Updating Scripted Wizard for wxWidgets-3.0.0
Xaviou:
Hi.
Here is a quick patch to allow the creation of projects using wxWidgets-3.0.x
If one can test.
I think there are thing to improve (for example, libs "wxDbGrid", "wxOdbc", are no more available with wx-3.0), but it is working yet.
Regards
Xav'
Xaviou:
And for those who want to test it, attached is a modified version of the script file.
You must place this file in the following :
<CodeBlocks_Install_Dir>\share\CodeBlocks\templates\wizard\wxwidgets\
Regards
Xav'
ollydbg:
Hi, Xaviou.
Some off topic, I see your site: http://mywxstuff.olympe.in/?/libs/wx300.html offer some pre-build libraries for various compilers and wx versions, that is helpful to wx beginners or some one who is lazy to build wx libraries. :)
I suggest you should state which compiler version is used, I mean: for TDM-GCC 4.7.1 or TDM-GCC 4.8.1, do you mean the 32bit, sjlj version?
Thanks.
Xaviou:
Hi.
Same on me :-[ but I have to say that I don't really know because I've never specified something like this while compiling.
I always use the default parameters do build my libs (so, I gather that sjlj is used for both 32 and 64 bits).
But you're right : this must be precised as I will soon provide official binaries of the next 3.0.0-rc2 release (and surely for the final 3.0.0 version).
I think I should also precise that this is the default behaviour, for people who doesn't care of this (like me).
And I think I should also precise that the 32 bits binaries are for the 32 bits version of the compiler (and not for the 64 bits version despite the fact it is able to compile 32 bits applications).
Thank-you for pointing this : I'll update the page as soon as possible.
Regards
Xav'
stahta01:
--- Quote from: Xaviou on October 22, 2013, 10:03:13 am ---Hi.
Same on me :-[ but I have to say that I don't really know because I've never specified something like this while compiling.
I always use the default parameters do build my libs (so, I gather that sjlj is used for both 32 and 64 bits).
--- End quote ---
The SJLJ is based on the Compiler Used.
IIRC, The standard MinGW GCC using Dwarf2.
The normal TDM MinGW GCC uses SJLJ.
If I do the below command in the Compiler bin folder.
--- Code: ---gcc -v
--- End code ---
Two of the many things I get is this
--- Code: -----enable-sjlj-exceptions
--- End code ---
--- Code: ---gcc version 4.8.1 (tdm-1)
--- End code ---
Tim S.
Navigation
[0] Message Index
[#] Next page
Go to full version