PellesC Wizards This page was last updated 17th July 2006

PellesC Wizards are user made DLL's that will create applications automatically.

MdiWiz

 

 

(52k zip) Wizard to create MDI apps. Choice between a simple application that will add new MDI windows, or an application with Statusbar and Toolbar.

Place the MdiWiz.dll in ROOT\PellesC\Bin\Wizards

Updated to make all resources English/USA

Author: JohnF

CWiz

 

 

 

(39k zip) A cool template tool for Pelles C. It contains templates for various compound statements, dialog procedures, windows procedures, a very smooth structure builder, message crackers for Windows controls, ASCII table, and lots more. You can even add your own templates! It's freeware and open source. This is a great contribution and time saver!

First build the project, then install it in the IDE like this:

Choose Tools -> Customize and click the New tool button. Enter the menu text, for example "C templates wizard". Enter the command: "<install path>cwiz.exe". Click OK.

Author: Holger Buick

WizWiz

 

 

 

(22k) A wizard for creating new project wizards. With this you can start building your own wizards. Maybe you don't like the code generated for a new project by one of the standard wizards? Build your own!

The finished DLL must be copied to install path\Bin\Wizards, and the IDE must be restarted, before you can see the wizard in the New Project dialog.

Author: Holger Buick

Back to main page