PlanetSquires Forums

Support Forums => General Board => Topic started by: Paul Squires on May 14, 2016, 01:11:15 PM

Title: cMaker - Use FireFly to create cWindow code
Post by: Paul Squires on May 14, 2016, 01:11:15 PM
The attached simple utility (available in 32 and 64 bit) reads FireFly form files (*.frm) and creates compatible cWindow class code. That code can then be copy/pasted into your editor along with your existing code to create a full cWindow based application.

All the power of Jose's cWindow class with the simplicity of visual control placements via FireFly.
Title: Re: cMaker - Use FireFly to create cWindow code
Post by: Paul Squires on June 01, 2016, 05:01:29 PM
cMaker updated (June 1, 2016)

Code now appends the name of the Form to control identifiers and the Windows Proc.

Examples:

IDC_FRMMAIN_CMDOK

@frmMain_WndProc

Title: Re: cMaker - Use FireFly to create cWindow code
Post by: Paul Squires on June 02, 2016, 06:08:24 PM
cMaker updated (June 2, 2016)

Forgot to reset the 3 global string variables each time a new form was opened to be processed. Therefore, the source code list would just grow and grow with every new file you opened.