Re: Are screensavers for OS X made in Cocoa or Java?
Re: Are screensavers for OS X made in Cocoa or Java?
- Subject: Re: Are screensavers for OS X made in Cocoa or Java?
- From: Dirk Stegemann <email@hidden>
- Date: Thu, 27 Oct 2005 10:50:30 +0300
Hi,
Am 27.10.2005 um 06:51 schrieb Hex Star:
So I guess this means the screensavers are done in
Objective C which would also eliminate Carbon?
I don't know of any reason not to use Carbon API calls in your Cocoa
application.
Just #include <Carbon/Carbon.h>, add the Carbon.framework to your
project and call whatever Carbon functions you want to.
There may be interferences when trying to build a GUI while using
both frameworks simultaneously (I'm not sure of that), but whenever a
Cocoa API doesn't provde the functionality I'm longing for, I'll
stick to the Carbon (or CoreFoundation) alternative...
hth
Regards,
Dirk Stegemann
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden