Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Trikko on June 16, 2006, 01:52:21 pm

Title: Where can i find doc on project wizard?
Post by: Trikko on June 16, 2006, 01:52:21 pm
Hello! I want to write a project wizard for wxWidgets. The one embedded with c::b doesn't works for me, and i need other options. (for example i want to use more than a compiler, with different targets... "Release Digital Mars" "Release VC++ 2003" etc..). Where can i find documentation about it? I wrote a normal template but with new versions of C::B it won't work anymore. (i've reported a bug about it)

Thanks in advance,
A. Fontana
Title: Re: Where can i find doc on project wizard?
Post by: thomas on June 16, 2006, 02:11:56 pm
Using simple forum search would have served you:

For info on how you can create additional wizards, have a look in plugins/projectwizard/resources/console/wizard.script. It is fully commented and it should give you a nice head start.
To add a new wizard, you must add a new directory under plugins/projectwizard/resources/ and register it in plugins/projectwizard/resources/config.script.
Title: Re: Where can i find doc on project wizard?
Post by: Trikko on June 16, 2006, 02:20:27 pm
Trust me, I've just tryed but i didn't find it.