[comp.sys.next] IB Application object problem

bobgro@csuchico.edu (Bob Groendyke) (08/27/90)

I've created an Application object and another object of Object class using
IB. The reason for creating the application object was to write a
+ initialize method.  In the + initialize method, I send a message to the 
other IB developed object. The problem is that at run time it bombs with the
error "(object) doesn't recognize selector (xyz)", yet the method xyz is
clearly defined in the IB class. 
I think the problem is that I cant connect the App object with the other
object in IB. This is because IB doesn't want to let you instantiate the
Application class.
Can anyone enlighten me as to what's wrong here?   thanks much.

Bob Groendyke
INET: bobgro@csuchico.edu