Resources Of Macintosh Development
As I said in older questions, we(I and my friend) are trying to develop in a Macintosh IIci(System 7.5.5 68k processor), but we don't know where to start, then I'm asking here for some resources to develop on it.开发者_如何学Go Thanks.
Buy yourselves a copy of Inside Macintosh (PDF), the official developer documentation for Mac OS (classic). Back issues of MacTech magazine are a good high-level place to start. In the day, MacTech was the journal for mac developers.
It's been a lot of years, but the prominent application frameworks in classic Mac OS were Metrowerks' PowerPlant, Symantec's Think Class Library. If you have a Metrowerks compiler, stick with PowerPlant, which has been open-sourced.
The Macintosh Programmer's Workshop might be a good place to start.
If you're going to develop for older versions of MacOS like System 7.x then you may want to use Pascal. Here are possible books and tools to look at:
Books
- Inside Macintosh: Toolbox Essentials
- Inside Macintosh: Imaging with Quickdraw
Tools
- Metrowerks CodeWarrior 8 (or 10): PPC & 68K, Pascal, C, C++
- Think Pascal/Think C: 68K only, Pascal or C
- MacsBug
精彩评论