1
General (but related to Code::Blocks) / Re: wxSmith Couldn't Add New Handler
« Last post by Miguel Gimenez on Yesterday at 07:41:07 pm »There are only two possible causes of this error:
- There is no // (*Handlers(FrameName) section in the dialog's include file
- An editor for the source file cannot be opened
See wxsEventsEditor::CreateNewFunction() for more information.
In the wxSmith menu there is a submenu (Configure wxSmith for current project) that may help
I would bet for an invalid file name.
- There is no // (*Handlers(FrameName) section in the dialog's include file
- An editor for the source file cannot be opened
See wxsEventsEditor::CreateNewFunction() for more information.
In the wxSmith menu there is a submenu (Configure wxSmith for current project) that may help
I would bet for an invalid file name.
Recent Posts