Re: C program translation
Re: C program translation
- Subject: Re: C program translation
- From: Brent Gulanowski <email@hidden>
- Date: Sun, 29 Jun 2003 10:03:56 -0400
On Sunday, June 29, 2003, at 06:08 AM, Cyprien wrote:
What's the better solution when you have to translate a software
written in C, so that it works in native mode on OS X ?
Carbonize or Cocoa ?
The application is a Digital Analogic Convertor Testor, and require
very much system ressources. And there is maybe a lot of modifications
to do, because the hardware we have to work with has changed...
The language is not an issue. What libraries are you using? It is those
which might have to be replaced. Keep in mind that a lot of open source
libraries have been ported to Mac OS X. For the U.I., you are advised
to use Cocoa. You can mix Cocoa libraries with other system libraries
(C interfaces) with no problem.
Browse around Apple's documentation site to give yourself an overview
of the various system services. Maybe you'll see something you like.
http://developer.apple.com/documentation
--
Brent Gulanowski email@hidden
We've heard that a million monkeys at a million keyboards could produce
the Complete Works of Shakespeare; now, thanks to the Internet, we know
this is not true.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.