News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Where can i find doc on project wizard?

Started by Trikko, June 16, 2006, 01:52:21 PM

Previous topic - Next topic

Trikko

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

thomas

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Trikko

Trust me, I've just tryed but i didn't find it.