Author Topic: Where can i find doc on project wizard?  (Read 3645 times)

Trikko

  • Guest
Where can i find doc on project wizard?
« 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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Where can i find doc on project wizard?
« Reply #1 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Trikko

  • Guest
Re: Where can i find doc on project wizard?
« Reply #2 on: June 16, 2006, 02:20:27 pm »
Trust me, I've just tryed but i didn't find it.