Hi.

Recently I have discovered that my application will not crash if I run 
this code with "compiler optimization" turned on.

Procedure TForm.buttonclick(sneder: tobject);
Var t: tstringlist;
Begin
  t.free;
End;

If I push the button that calls this code, the main for disappear but 
the application still remains in memory. I have to use Ctrl+Alt+Del to 
kill it.

I have reinstalled Delphi, but this still didn't fixed my problem. Then 
I have reinstalled Windows, and again Delphi, without the Update1 and 
without 3^rd part components or IDE experts. Still not working.

I don't know what to try else. A new computer? :)

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to