Discussion:
Debugging - I can't Close All or exit Delphi successfully
(too old to reply)
Mike Niemann
2008-05-18 14:48:33 UTC
Permalink
Whenever I attempt to exit Delphi (2005, 2007) after working on a
specific project... Delphi hangs whenever I attempt Close All or Exit.

Other projects are fine. I suspect it involves old ReportPrinter
components that have been migrated forward (I have the source)...
however I have not way of determining that.

How should I go about figuring out what the problem is?

Regards, Mike Niemann
Erik Berry
2008-05-29 07:00:06 UTC
Permalink
There might be a component used on an open form that is causing a hang when
it is destroyed. I've seen this happen before. I would create a copy of your
project and remove components/units from it until you find one causing the
problem.

Also, I'd suggest you post your question to another more relevant newsgroup,
such as .thirdpartytools.general or .ide.general.

Erik
Post by Mike Niemann
Whenever I attempt to exit Delphi (2005, 2007) after working on a
specific project... Delphi hangs whenever I attempt Close All or Exit.
Other projects are fine. I suspect it involves old ReportPrinter
components that have been migrated forward (I have the source)...
however I have not way of determining that.
How should I go about figuring out what the problem is?
Loading...