awarnica
I seem to have a problem with your launch one copy code.
Any attempt to assign anything other than a string constant to application.title seems to result in Uncompilable code
e.g Application.Title := 'my program'; is fine
Application.Title := ACONSTANT; Greys out the Run arrow
And attemping to edit the project options brings up an 'Application.createform is missing or incorrect' error.
(Oddly the build does seem to complete, though the execuatbles don't exhibit the correct only one behaviour when run directly, they cannot be run from the interface as I said)
Steve
I seem to have a problem with your launch one copy code.
Any attempt to assign anything other than a string constant to application.title seems to result in Uncompilable code
e.g Application.Title := 'my program'; is fine
Application.Title := ACONSTANT; Greys out the Run arrow
And attemping to edit the project options brings up an 'Application.createform is missing or incorrect' error.
(Oddly the build does seem to complete, though the execuatbles don't exhibit the correct only one behaviour when run directly, they cannot be run from the interface as I said)
Steve