Author Topic: wxSmith problem  (Read 10496 times)

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
wxSmith problem
« 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.

Offline Feneck91

  • Multiple posting newcomer
  • *
  • Posts: 112
Re: wxSmith problem
« Reply #1 on: September 20, 2011, 05:31:43 pm »
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.
« Last Edit: September 20, 2011, 06:29:45 pm by Feneck91 »

Offline ouch

  • Almost regular
  • **
  • Posts: 223
Re: wxSmith problem
« Reply #2 on: September 20, 2011, 07:24:07 pm »
that too me sounds more like an wxwidgets lib issue. have you changed it recently?

Offline Feneck91

  • Multiple posting newcomer
  • *
  • Posts: 112
Re: wxSmith problem
« Reply #3 on: September 20, 2011, 07:49:28 pm »
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 ?

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: wxSmith problem
« Reply #4 on: September 21, 2011, 12:19:03 am »
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.

Offline Feneck91

  • Multiple posting newcomer
  • *
  • Posts: 112
Re: wxSmith problem
« Reply #5 on: September 21, 2011, 06:45:59 am »
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 ?
« Last Edit: September 21, 2011, 11:33:33 am by Feneck91 »

Offline Feneck91

  • Multiple posting newcomer
  • *
  • Posts: 112
Re: wxSmith problem
« Reply #6 on: September 23, 2011, 07:49:01 am »
Ok, corrected. It was my fault (rename xrc file without rename it into the project file (.cbp))

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: wxSmith problem
« Reply #7 on: September 24, 2011, 11:15:44 pm »
I just recompiled everything with the new TDM-GCC-4.6.1, and my problem was solved. :)