Re: Carbon-Cocoa Integration: Linking issue
Re: Carbon-Cocoa Integration: Linking issue
- Subject: Re: Carbon-Cocoa Integration: Linking issue
- From: Shripada Hebbar <email@hidden>
- Date: Tue, 22 Jan 2008 09:39:59 +0530
Hi Aaron
Except for the initial call to #include "MyController.m" at the top of
the file, what you see here are the only instances of MyController in
the file.
Why are you including the implementation file "MyController.m" ?
Including this implementation as well as adding the same file to your
target will sure
result in multiple symbol definition error!. You should have just
imported the header
"MyController.h" instead.
Regards
Shripada
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden