Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bahman

macrumors newbie
Original poster
Oct 19, 2007
16
0
Hi,

I am recently involved in writing an application which use multiprocess. I have already installed MacApp_Release_XV.I.smi. I tried with a couple of the examples there, but all of them requires the header files which I don't have any clue to find them. Do you guys have information about a good document, or if you know a good book, etc which can help me in this regards.

Thanks a lot.
 

gnasher729

Suspended
Nov 25, 2005
17,980
5,566
Hi,

I am recently involved in writing an application which use multiprocess. I have already installed MacApp_Release_XV.I.smi. I tried with a couple of the examples there, but all of them requires the header files which I don't have any clue to find them. Do you guys have information about a good document, or if you know a good book, etc which can help me in this regards.

Thanks a lot.

The easiest way to find most things about Mac programming is going to developer.apple.com, and typing whatever you are looking for into the search box.

However, MacApp is positively ancient. Quote:

Apple Computer announced on Tuesday, October 2, 2001 that it was immediately terminating any further active development and maintenance on MacApp and the Apple Class Suites. [October 2 2001]

I wouldn't even think about touching MacApp anymore. Type "multiprocessing" into the search box at developer.apple.com to get some recent information.
 

bahman

macrumors newbie
Original poster
Oct 19, 2007
16
0
Thanks for your comment. Ok, so I found out that it is possible to use carbon or cocoa toolbox to perform this job. But it seems that first I have learn the objective -C. So to start my reading and learning, which you do you think it is easier for me? I know c++ but have no idea what is this objective -C!?
 

satyam90

macrumors regular
Jul 30, 2007
242
0
Bangalore, India
Objective - C is similar to C++,mainly the syntax differs and many more new features are added to Objective - C. All the features like inheritence, polymorphism, exceptions etc are available in Obj C too.
So, try getting basic info from a beginner book or from net. u can understand easily if u are familiar with C++
 

MongoTheGeek

macrumors 68040
Thanks for your comment. Ok, so I found out that it is possible to use carbon or cocoa toolbox to perform this job. But it seems that first I have learn the objective -C. So to start my reading and learning, which you do you think it is easier for me? I know c++ but have no idea what is this objective -C!?

Carbon is in C++ so you can stick with C++, just learn a whole new class library (in my mind knowing the classes is 2/3rds of knowing C++)

The problem is that carbon is going away. Figure it will be supported until 2010 or so and will run for another 5-10 years after that.

Cocoa and Objective C are the way to go. ObjC is easy to learn if you already know OOP. Messaging is for the most part the same as making a function call and is a lot friendlier when it comes to learning a new framework.
 

bahman

macrumors newbie
Original poster
Oct 19, 2007
16
0
Thanks, I finally get it work. Now my program run four time faster!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.