Hi

>I have put an application.terminate into the except part of a
> try..except in the initialization, so this seems to be where the @Halt0
> comes from. I can't find anywhere in this part of the program that I may
> try to free something I didn't allocate. It also doesn't explain why I
> can't reproduce this error and none of my colleagues or other customers
> has ever encountered this problem. How can it be that a problem like
> this exists on only one computer?

It's not to say it's a problem freeing something.  It might also be trying 
to access (dereference) an (as yet) uninitialised object variable.  (I 
suppose it might be possible that in the case of an uninitialsed object 
reference, the actual contents of the reference on this particular machine 
happens to cause an AV due to the particular state on the machine when the 
app runs which probably has an effect on the actual value of the reference.) 
Anyway, I don't suppose you can post the code between the try/except where 
you're getting the error?

Cheers

Walter 



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to