Re: Can I write a MIDI Application in Cocoa?
Re: Can I write a MIDI Application in Cocoa?
- Subject: Re: Can I write a MIDI Application in Cocoa?
- From: email@hidden
- Date: Tue, 07 May 2002 10:00:32 -0700
Herbie Robinson writes:
>
Apple is probably dreaming if they think all new apps will be written
>
in Cocoa. It make the code completely non-transportable. Java and
>
C++/Carbon are also viable and much more transportable (if less
>
convenient).
I'm working on an app where the "engine" is written in C++ and the GUI
is written in Objective-C/Cocoa. The engine compiles and runs on both
OS X and Linux. The OS X GUI works thanks to the Objective-C++
compilier.
If you want your code to be cross-platform you lose out on using the
nice Objective-C utility class library. But cross-platform GUIs are
rife with difficulties and more trouble than they are worth (IMHO), so
there's no reason to not use Objective-C for your GUI.
- sekhar
--
C. Ramakrishnan email@hidden
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.