What is in your Form.Create event etc.


Try click the Show CPU window option in the AV error dialog box, this may
give some clues.

Have you tried F8 over the TrxSpeedButton

Maybe if you could post some code ?


-----Original Message-----
From: Mark Derricutt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 8 June 2000 14:46
To: Multiple recipients of list delphi
Subject: [DUG]: Debugging Form Creation Bugs


I have a problem in the form creation of one of my projects.  The
access violation is occuring 'somewhere' after the call to:

  Application.CreateForm(TformMain, formMain);

And before any code in the TformMain class is called.  I've tried single
stepping through code to find out whats crashing but I'm getting stuck in
a recursive call to TRxSpeedButton.Notification() so can't find whats
crashing this way.

Does anyone have any hints as to how I could find which component/object
is causing the access viol?

Mark


-- 
I am naked, hear me purr.
Now Playing: John Williams - Piazzolla: Verano Porteno (Tango)

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz



CAUTION - This message may contain privileged and confidential information intended 
only for the 
use of the addressee(s) named above.  If you are not the intended recipient of this 
message you are 
hereby notified that any use, dissemination, distribution or reproduction of this 
message is prohibited.  
If you have received this message in error please notify Progressive Enterprises Ltd. 
immediately via 
email at [EMAIL PROTECTED]  Any views expressed in this message 
are those of the 
individual sender and may not necessarily reflect the views of Progressive Enterprises 
Ltd.

This footnote also confirms that Progressive Enterprises Ltd. has swept this email 
message for the 
presence of computer viruses.  This does not guarantee this message is virus free.

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to