| OS X - Development and Darwin Discussion and questions about development for Mac OS X. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Apr 02, 2009
Posts: 6
![]() |
As some of you may know from my other semi-related thread, I'm a Windows developer and I've set out to port my commercial Windows program to Mac OS X. It's entirely written in C, and the overwhelming majority of the code is platform independent, and using a bunch of open source libraries for that (SDL, Allegro, DevIL, libsndfile, libmpg123..). The problem I'm facing is knowing what to replace the few Windows API calls with, and how to deal with the aspects unique to Mac OS X, e.g. the menus.
The Windows API calls consist in pretty simple stuff, such as a function to pop up an Open dialog, same for a Save dialog, a function to detect how many CPU cores we have (that one's probably in POSIX), a function to copy an image to clipboard.. My program being entirely in C, according to what I've recently read, I should aim to replace my WinAPI calls with Carbon API calls, correct? But here's the problem, I've also read that apparently Carbon is already old and being pushed out, that "it is not a good idea to write new applications using Carbon", and that you can't even build 64-bit apps with it.. Doesn't sound any good to start porting to it against all recommendations.. But on the other hand, what other choice is there? Surely a pure C program can't use Cocoa? What else is there? Or is Carbon a decent choice for the little I need? |
| QUOTE Thanks | |
![]() Member Since: Oct 22, 2007
Location: London
Posts: 8,657
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: Mac Mini Core i7 2012 | White 2009 MacBook 2 Ghz | 733 Mhz G4 Quicksilver
|
You might want to post that thread in the Apple developer forums as well
Apple - Support - Discussions - Developer Forums |
| QUOTE Thanks | |
![]() Member Since: Apr 02, 2009
Posts: 6
![]() |
Quote:
|
|||||
| QUOTE Thanks | ||||||
![]() Member Since: Jun 25, 2005
Location: On the road
Posts: 3,231
![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2011 MBP, i7, 16GB RAM, MBP 2.16Ghz Core Duo, 2GB ram, Dual 867Mhz MDD, 1.75GB ram, ATI 9800 Pro vid
|
You'll definitely get great answers from the Apple developer forums.
Sounds like you have some code separation between the underlying C code and your GUI presentation code. Given that, I think you'll find using XCode and Interface Builder a fine solution which is also the long term solution. Apple has effectively announced the death of Carbon. There is one blog out there by a guy who compares Windows and Cocoa coding & ideas. Unfortunately, for the life of me, I can' remember it. It is something I run a cross via other sites linking to it. CameraTime - Time lapse photography for novice and advanced users. When asking questions, post the version of your software. You'll receive better answers. Please post your results to the thread as it is good feedback.
|
| QUOTE Thanks | |
![]() Member Since: Jun 25, 2005
Location: On the road
Posts: 3,231
![]() ![]() ![]() ![]() ![]() ![]() ![]() Mac Specs: 2011 MBP, i7, 16GB RAM, MBP 2.16Ghz Core Duo, 2GB ram, Dual 867Mhz MDD, 1.75GB ram, ATI 9800 Pro vid
|
Quote:
CameraTime - Time lapse photography for novice and advanced users. When asking questions, post the version of your software. You'll receive better answers. Please post your results to the thread as it is good feedback.
Last edited by xstep; 04-20-2009 at 10:27 AM. |
|
| QUOTE Thanks | ||
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Carbon framework on XCode | Rafi Shalom | OS X - Development and Darwin | 1 | 04-17-2008 01:14 PM |
| Ways to tell the difference between a Cocoa app and a Carbon app | remain | OS X - Apps and Games | 0 | 05-22-2007 08:55 AM |
| Silver Carbon Macbook | manguyen | Schweb's Lounge | 22 | 03-03-2007 06:47 PM |
| LMSetWindowList() replacement in Carbon | presenter | OS X - Development and Darwin | 0 | 06-22-2005 05:07 AM |
| Javascript crashes IE 5.2.3 on Mac OS X | alatoum | Web Design and Hosting | 2 | 05-12-2005 04:23 PM |
All times are GMT -4. The time now is 07:32 PM.
Powered by vBulletin