I guess you can use the config manager (see here for details: http://wiki.codeblocks.org/index.php?title=Scripting_commands ).
But this doesn't sound right. "Catch C++ exceptions" is a global setting, so changing it in a wizard is strange (btw why do you want to do it?).
...
I'm debugging a DLL. The host application (a multi-thread Gtk+ app. writing by C) will fail
if "Catch C++ exceptions" is turn on. I don't know if this is CB's issue or host application's problem,
just know if I turn it off, it works OK.
BTW, I do think Wizard is a right place to change that options, specially for DLL
type of project. DLL requires a host application to run, so configure CB to meet
host application's requirement (eg, environment variables ...) is not a bad thing
IMHO.
I'm new to Code::Blocks ... if Wizard is not a good place to turn that options off, does any
configuration flags exist which I can use ?
And I check ConfigManger's page and it only provide Read/Write function.
How can I know which configuration I should read from or write to ? Where can
I find that information ?
Thanks a lot
KC