I had something wierd like this a while ago, but at the start of my app as
well. Turned out the icon I was using was too large (file size, not real
size)
========================================================
Luke Pascoe Delphi Programmer
enSynergy Consulting LTD
[EMAIL PROTECTED] +64-9-3551593 fax +64-9-3551590
Level 4, 10-12 Federal St, Auckland, New Zealand
PO Box 32521, Devonport, Auckland 1330, New Zealand
========================================================
-----Original Message-----
From: Steve Aish [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 17 July 2001 12:27 p.m.
To: Multiple recipients of list delphi
Subject: [DUG]: How to track this one down...
I have an interesting bug that has just turned up.
I have been developing a program for the last 3 months - on and off.
Suddenly whenever I close the program after running it I get the following
error:
Project POSVis.exe raised Exception Class EInvalidPointer with Message
'Invalid Pointer Operation'. Process Stopped. Use step or run to continue.
After pressing OK and continuing I get 'Runtime Error 217 at 00003F02'
The annoying thing is that it is after all my code is run and the program is
doing it's automatic clean up thing.
If I step through the code after the exception is raised it stops at:
Application.CreateForm(TMain, Main);
Application.CreateForm(TUpdateDatabase, UpdateDatabase);
Application.CreateForm(TWaiting, Waiting);
Application.Run;
end. <----- code stops here
I can't figure out how one would step through the code after this.
The only way of getting rid of this is to delete about half of my forms...
Does anyone know how to step through the cleanup process?
Steve
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/