Port from old MacOS to OS X

Dave Slonimsky

Registered
I assume that there were a lot of such questions... I could not find an answer with the simple "search".

We have one good working Mac application written in C++ with the CodeWarrior as IDE. What is the easiest way to make it(convert it/port it) native OS X application???
 
Look for the Carbon Dater application at Apples Developer section, in analyzes your application and tells you what you have to change in you code to make it a Carbon app.
 
Back
Top