Hi all
I have to convert a project to Carbon so It could run on OsX.
Can someone give me an example of No-Carbon/Carbon project?
Is there a paper to read?
Thank in advance.
ALEX
Alwyn - 29 Jun 2005 09:24 GMT
> I have to convert a project to Carbon so It could run on OsX.
> Can someone give me an example of No-Carbon/Carbon project?
> Is there a paper to read?
You start here:
<http://developer.apple.com/documentation/Carbon/Conceptual/carbon_portin
g_guide/index.html>
An example is included.
Alwyn
larry@skytag.com - 29 Jun 2005 09:37 GMT
> I have to convert a project to Carbon so It could run on OsX.
> Can someone give me an example of No-Carbon/Carbon project?
> Is there a paper to read?
One tip I'd offer is to make sure the application has been updated to
use the latest non-Carbon technologies, such as the Appearance Manager,
FSRef File Manager APIs, Navigation services, and so on. Porting an
application to Mac OS X is a lot more painful if you haven't since
Carbon often doesn't support older technologies very well.
Larry