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
Using simple forum search would have served you:
Quote from: mandrav on April 18, 2006, 02:26:26 PMFor 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.
Trust me, I've just tryed but i didn't find it.