Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: David Perfors on July 14, 2005, 05:39:29 PM

Title: [bug wxSmith]C::B doesn't respond after error in wxSmith
Post by: David Perfors on July 14, 2005, 05:39:29 PM
I just tried wxSmith with the latest CVS C::B version.
I wanted to add a dialog, but get the following error message:
QuoteXRC resource 'wxsNewDialogDLG' (class 'wxDialog') not found!
I can click OK, and I can do nothing anymore..
Title: [bug wxSmith]C::B doesn't respond after error in wxSmith
Post by: rickg22 on July 14, 2005, 06:25:40 PM
Heh, seems somebody forgot to add an XRC to CVS :P
Title: [bug wxSmith]C::B doesn't respond after error in wxSmith
Post by: byo on July 15, 2005, 12:51:47 AM
Quote from: rickg22Heh, seems somebody forgot to add an XRC to CVS :P

It's in CVS, all resources are copied to directories in 'devel' through update.bat script (it's inside wxSmith's directory and should be now called as a post-build step).