Board index » delphi » Creating datamodule in DLL hangs de{*word*81}, works when run from EXE
dbeardsle...@hotmail.com (David Beardsley)
![]() Delphi Developer |
Sun, 10 Oct 2004 08:02:56 GMT
Creating datamodule in DLL hangs de{*word*81}, works when run from EXE
I have a form in a DLL that creates two data modules in the OnCreate
event. The form itself is created in the exported Execute procedure. If I try to trace into the code I can trace up to the Create of the I am trying to track down a bug that only occurs some of the time. The data module creation code looks basically like this: DM1 := TDataModule1.Create(nil); The DM1, DM2 variable are private variables of the form. I have tried This is in Delphi 3.02 (and cannot be done in any other version Since I don't have Turbo De{*word*81} or the means to use it, I'm afraid Thanks, David Beardsley |