Was able to compile my 1st single file program this morning.
Now have to get application icon feature working; both in selection and in compiling.
Sometimes extremely slow but i am making progress.
If the user selects an .ico file for the single file app then I have the code in place to compile it as a resource and add to the exe.
Now have to work on the other option: where the user selects an app icon from a dll or another exe file.
If the user selects an .ico file for the single file app from a exe or dll then I have the code in place to compile it as a resource and add to the exe.
Doing a little compile area code cleanup to get rid of all the trial and error stuff.