Been working on the Make Executable function.
That's the dialog that is opened when the user is setting up to compile a single file application (the section the creates the *.opts file).
Much of the code for the GUI was the same as the Project Options dialog.
The most significant difference is that there is a user selection of the icon that will be embedded in the exe file.
I've been reviewing exactly how it is used in the current IDE and researching code and the SDK to figure out how exactly to accomplish what needs to be done.
LarryMc