cMaker - Use FireFly to create cWindow code

Started by Paul Squires, May 14, 2016, 01:11:15 PM

Previous topic - Next topic

Paul Squires

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.
Paul Squires
PlanetSquires Software

Paul Squires

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

Paul Squires
PlanetSquires Software

Paul Squires

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.
Paul Squires
PlanetSquires Software