On May 2, 2008, at 4:38 PM, J. Todd Slack wrote:
Yeah, I am using: [NSBundle loadNibNamed:@"SettingsDialog" owner:self;] But that is Objective-C, I need to do it from a .c file.
Change the file's extension from .c to .m and then it becomes an ObjC file. ObjC is a true superset of C, so there's no problem in doing this.
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ 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 [EMAIL PROTECTED]