I'm missing something in the loading of an application delegate.

In my MainMenu.xib file, the File's Owner delegate connection is set to an AppController object. File's Owner's class is set to NSApplication.

In the AppController class, a +(void)initialize method is defined.

The +(void)initialize method gets called and my initialization happens as expected on my development machine. Every time, it seems.

But on a second test machine, the method doesn't get called. Ever, it seems.

Both machines are running 10.5.8.

I can't figure out what I'm missing to get the AppController class loaded and initialized as planned. Could anyone point me in the right direction?

John



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to