trichview.com

trichview.support




Re: somebody knows what it can be this error?


Return to index


Author

Message

Pieter Zijlstra

Posted: 01/20/2004 2:14:03


JMarcos Rueda wrote...

> somebody knows what it can be this error?

> ERROR

> RUNTIME ERROR 216 AT 0040306A


This means "Access violation". So you're accessing memory which does

not belong to you or you are accessing a non-initialized object/pointer.


Since it triggers before the normal exception handling is active, it

mostlikely happens in one of your unit's initialization sections.


Check your Initialization sections, put break points in them and

step through using F7 and/or F8.


--

Pieter





Powered by ABC Amber Outlook Express Converter