Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What would cause Delphi 6 Enterprise to hang in this case ?

Status
Not open for further replies.

delphiman

Programmer
Dec 13, 2001
422
ZA

I have been working on a project for some time during which I have often Run the
project from the Environment in order to test it. Suddenly the close button
EventHandler in the program, which amounts to simply the following, won't close
down the program and D6E simply refuses to respond.

So that I have to use W2K to close down D6E itself.

Any ideas anyone?
Code:
procedure TfrmMyForm.btbtnCloseClick(Sender: TObject);
begin
 Close;
end;
 
I should have mentioned that Ctrl+F9 also has no effect.
 
What about <CTRL+F2> - does that work?

Clive [infinity]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer."
Paul Ehrlich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
What OS are you running, I had lots of problems with D4 not recoving from exceptions under Win98, Problems were all cured by upgrading to XP.


Steve
Two things are infinite
The Universe and Human stupidity: Einstein.
(He wasn't too sure about the Universe)
 
Whatever was causing it disappeared as suddenly as it arrived. [bigsmile]

>What OS are you running
W2K Professional.

>Problems were all cured by upgrading to XP
Never heard of it. ... and hope to keep it that way! [censored]
 
Glad to hear it Delphiman.
It was XP Pro [sad],
but if MS have their way (which they will) there will only be one desktop OS in the future and it wont be called W2K!!


Steve
Two things are infinite
The Universe and Human stupidity: Einstein.
(He wasn't too sure about the Universe)
 
> Never heard of it. ... and hope to keep it that way!
yeah, you do that and keep wondering why your D6 crashes on your system and not on those who have XP...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top