Subject | Initialization code for IBObjects |
---|---|
Author | Steve Harp |
Post date | 2005-08-29T23:43:04Z |
Hi All,
I have a problem where I have 2 applications out of a suite of about
10 that won't run on certain XP machines. These applications are
running perfectly on hundreds of other computers with various versions
of Windows. The only library that these 2 applications have in common
and is not used in the other applications is IBObjects.
I've added logging code into the beginning of the OnCreate methods for
the main form and the data madule. The main form is created first
thing and both the main form and datamodule are auto created. Nothing
happens in the dpr except the normal stuff that Delphi puts there. No
log is created which means that the OnCreate method of the main form
never even fires.
Can anyone tell me if there is anything in the initialization code for
the library that could cause this? Any other ideas?
Thanks,
Steve
I have a problem where I have 2 applications out of a suite of about
10 that won't run on certain XP machines. These applications are
running perfectly on hundreds of other computers with various versions
of Windows. The only library that these 2 applications have in common
and is not used in the other applications is IBObjects.
I've added logging code into the beginning of the OnCreate methods for
the main form and the data madule. The main form is created first
thing and both the main form and datamodule are auto created. Nothing
happens in the dpr except the normal stuff that Delphi puts there. No
log is created which means that the OnCreate method of the main form
never even fires.
Can anyone tell me if there is anything in the initialization code for
the library that could cause this? Any other ideas?
Thanks,
Steve