News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wxSmith--could not update gui changes to cpp file.

Started by zaazbb, January 06, 2013, 06:50:59 AM

Previous topic - Next topic

zaazbb

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

zaazbb

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