Re: Creating a subclass of an *unknown* object
Re: Creating a subclass of an *unknown* object
- Subject: Re: Creating a subclass of an *unknown* object
- From: Stefan Schüßler <email@hidden>
- Date: Sun, 19 Jun 2005 14:01:11 +0200
i started getting strange crashes and errors in places that worked
perfect before (in the main app) ... Any idea what is going on?
There could be several reasons:
- the overridden methods in your posing class do not call their
corresponding super methods
- you are passing wrong parameters to the host application's methods
- the host application is multithreaded and your plug-in is not
thread safe
- you are accessing objects that have been released in the meantime
Do you have a crash log/console log?
Stefan
www.bronsonbeta.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden