Code::Blocks Forums
User forums => Help => Topic started by: VicToMeyeZR on April 12, 2010, 05:32:03 am
-
This is a brand new install on Win 7 x86
I created a blank project, and got the linker settings all setup, and ready.
When I try to go to use WxSmith plugin, I get this error
"Couldn't parse the newly created Wxs file
WxSmith support is disabled"
Any thoughts?
-
Which version of C::B and wxWidgets do you use ?
-
WxWidgets 2.8.10
and I just download the latest binary build from the site...
8.0.2 C:B
-
anyone?
-
WxWidgets 2.8.10
and I just download the latest binary build from the site...
8.0.2 C:B
Try downloading a nightly build of C::B and try it again. If it still fails, capture the C::B startup log and post it here. (The startup log is on a tab next to "Build Messages" and "Build Log" and is called "Code::Blocks").
Ringo
-
This is a brand new install on Win 7 x86
Any thoughts?
What compiler and its version?
The MinGW GCC shipped with 8.02 is NOT Windows 7 compatible!
Tim S.
-
hmm.. Ok this is weird.
I just did it again, the exact same way I had been for the last 10 times, and now it works.
I am using the MSVC 2008...
Here is the log anyways, because who knows it it will work again. ;)
Scanning for lexers in C:\Users\VicToM\AppData\Roaming\codeblocks/share/codeblocks/lexers/...
Found 0 lexers
Scanning for lexers in C:\Tools\CodeBlocks/share/codeblocks/lexers/...
Found 4 lexers
Loading lexer_cpp
Loading lexer_rc
Loading lexer_squirrel
Loading lexer_xml
Scanning for plugins in C:\Users\VicToM\AppData\Roaming\codeblocks/share/codeblocks/plugins
Loaded 0 plugins
Scanning for plugins in C:\Tools\CodeBlocks/share/codeblocks/plugins
Loaded 14 plugins
Loading:
AStylePlugin
Autosave
ClassWizard
CodeCompletion
Compiler
Debugger
FilesExtensionHandler
OpenFilesList
ProjectsImporter
ScriptedWizard
ToDoList
wxSmith
wxSmithMime
wxSmithContribItems
WindowsXPLookNFeel
Running startup script
Script/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
-
Well, I still get that error box, but it is letting me add wxSmith gui items with the RAD tool without locking up now.
All appears good. Not sure what the deal was before.