Author Topic: wxSmith--could not update gui changes to cpp file.  (Read 7107 times)

Offline zaazbb

  • Multiple posting newcomer
  • *
  • Posts: 14
wxSmith--could not update gui changes to cpp file.
« 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

Offline zaazbb

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: wxSmith--could not update gui changes to cpp file.
« Reply #1 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