News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxSmith problem

Started by Alpha, August 15, 2011, 06:35:04 PM

Previous topic - Next topic

Alpha

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.

Feneck91

#1
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.

ouch

that too me sounds more like an wxwidgets lib issue. have you changed it recently?

Feneck91

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 ?

Alpha

I am (still) experiencing these problems as well - whether I compile Code::Blocks myself, or use the pre-compiled nightly builds.

Quote from: Feneck91 on September 20, 2011, 07:49:28 PM
... 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.

Feneck91

#5
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 ?

Feneck91

Ok, corrected. It was my fault (rename xrc file without rename it into the project file (.cbp))

Alpha

I just recompiled everything with the new TDM-GCC-4.6.1, and my problem was solved. :)