Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Alpha on August 15, 2011, 06:35:04 pm
-
I am using Code::Blocks svn 7384 on Vista 32 bit.
The tabs Aui, Dialogs, and Contrib show up as blank (no buttons/icons to click on). I have not noticed any other problems, so it seems to imply this is an issue with the extensions to wxSmith.
-
I am using Code::Blocks svn 7456 on Vista 32 bit. I have lost a lot of panels / dialog made with wxSmith: since this update (or previous too) I'm not alble to load some panel, they appears empty.
Some peaple have same problems ? I't stopped all my development because I cannot modify the panels layout.
Try to revert to svn 7420 and try again.
-
that too me sounds more like an wxwidgets lib issue. have you changed it recently?
-
No, I use same wxWidgets lib with same compiler (tdm-gcc-4.5.2) with no recompilation since I have create the last Code::Blocks compilation.
...hummm.... I'm not sure, May be I have used MinGW to compile latest Code::Blocks version but too much problems with MinGW that is not capable to compile wxWidgets 2.9.x (memory allocation error while linking wxWidgets as dynamic lib).
I'm trying with svn 7420 and give feed back. Ok ?
-
I am (still) experiencing these problems as well - whether I compile Code::Blocks myself, or use the pre-compiled nightly builds.
... problems with MinGW that is not capable to compile wxWidgets 2.9.x (memory allocation error while linking wxWidgets as dynamic lib).
It should work if link-time optimization is disabled.
-
I haven' found this way to compile it, so I download tdm-gcc-4.5.2 that work really well, no need extra dll (mingwm10.dll).
Not work with previous version...
Is a log exists for wxSmith to know why it doesn't know how to load the panels ?
-
Ok, corrected. It was my fault (rename xrc file without rename it into the project file (.cbp))
-
I just recompiled everything with the new TDM-GCC-4.6.1 (http://forums.codeblocks.org/index.php/topic,15283.0.html), and my problem was solved. :)