> If I understand  
> correctly, there is absolutely no way to do this in XCode without
> using Objective C.

Sure, use Carbon. It's likely that's a dead-end in terms of Apple's
evolution of APIs, and it absolutely does not eliminate the requirement of
some Mac-specific code that will not compile under Windows, but it does get
rid of Objective-C.

I wouldn't recommend this approach though; it seems like the amount of
Objective-C/Cocoa you'll need to use is tiny, and won't really be more work
than learning the appropriate Carbon APIs. (Objective-C is an extremely
simple language compared to C++, and you won't need to become more than a
beginner to do what you've described.)

-- 
Scott Ribe
[EMAIL PROTECTED]
http://www.killerbytes.com/
(303) 722-0567 voice


_______________________________________________

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]

Reply via email to