|
My DLL errors on the reference to TApplication in the second line of your example.
const
SavedApplication : TApplication = nil;
SavedScreen : TScreen = nil;
I have tried several code examples using TApplication in my DLL and they all error.
I'd like to be able to create a form contained in a DLL from my EXE and set some form properties. I have succeeded in creating the form, but cannot set form properties because (from what I have read) my EXE and DLL don't share the same TApplication and TScreen.
Help!
Sam Hunt
Auburn, WA USA
|