Hi,
browsing C::B source code I found 3 bugs...
BUG 1
I noticed that the file
src\plugins\scriptedwizard\wxsmith\IntroPanel.wxs
does not exist, instead exists
src\plugins\scriptedwizard\wxsmith\InfoPanel.wxs
which is not listed.
BUG 2
The strange thing is that the error is (trying to open it):
"Could not open file '[...]'. The registered handler (Files extension handler) could not open it."
It could do a check and if the file does not exist, say that it does not exist because now it seems there are troubles opening that file format, while it is not so.
That message let think there is an error in the "Files extension handler", while it is just not present!
BUG 3
If you click away when the error dialog is shown, it goes in background and you cannot show it clicking on his icon in the task bar (Windows 2000).
That dialog (I think) should be modal: no click away possible and no icon in task bar.
Version 1.0 revision 2758 () gcc 3.4.5 Windows/unicode