I'm forking a existing Delphi 7 application to a new name. I used "Save Project as" to create the new project. I also changed the COM automation typelib library and interface names and GUIDs. All this worked fine.
But after I changed the Application.Title (>Project>Options>Application Settings>Title) the application is showing a strange behavior: It runs normally, but the wait cursor keeps rolling after the application starts. Every thing else seems to work fine.
If I change the title to any other name, the problem goes away. Even adding an space in the end of the name solves the problem. The name is 6 characters long, all letters. No symbols, spaces or numbers. I'm puzzled.
What is the Application.Title used for, besides showing in the Windows footer and task manager ?