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.
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
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.