Hi,
I've just built a couple of very small programs and I want to make them into executables. I have done this several times before but this time, I have begun having trouble. In the past, when I have pressed F4 or F5, an executable file of the same name as my dbpro and dba files has been created in the same directory, with the icon I chose. However this time, I have found that only a Temp.exe file is created which does not have my chosen Icon. The problem is not with the icon format as it is a generic present icon which I have used many times before on other 3D Christmas cards I have made in previous years, all of which still work.
I am using the following too lines of code to add the icon and they are copied from the working programs.
set window layout 1,1,1
set window title "Merry Christmas!"
I am running Windows 7. The icon is a .ico file and is in the same directory as my dbpro and dba files. Despite having windows mode, the icon does not appear in the top left of the window either. The other programs which have correctly added the icon were made whilst I was still running Windows XP.
Any thoughts on what may be causing the icon not to work would be greatly appreciated.