Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: zaazbb on January 06, 2013, 06:50:59 am

Title: wxSmith--could not update gui changes to cpp file.
Post by: zaazbb on January 06, 2013, 06:50:59 am
my project, used codeblocks svn8598, wxwidget 2.9.4, under winxp os.
 
could not update gui changes to cpp file.

when i modify a button's var name on gui (wxs file), but the button name in cpp no change.
when i add button event on gui, meet a "Couldn't add new handler!" error.
and now double click mouse on button, can't entry this button's event function in cpp file, alse can't add a event for that button.

how can i repair my project to solve this problem?

thank you.
  :P
Title: Re: wxSmith--could not update gui changes to cpp file.
Post by: zaazbb on January 06, 2013, 07:34:33 am
this problem is solved.

the reason is, i changed the main class's name, result in wxSmith can't find the class to update.
 ;D