4 ms·
If one’s going to argue about choice of first programs, a proper Hello World on classic macOS requires the use of the Mac Toolbox. Using the bundled Think C con
by setpatchaddress 5y ago
If one’s going to argue about choice of first programs, a proper Hello World on classic macOS requires the use of the Mac Toolbox. Using the bundled Think C console isn’t really producing a Mac-native program.
- wwweston 5y agoWhere's a good place to find a guide to that?
- lioeters 5y agoYou can search for "Toolbox" and "Tool Box" here: Vintage Macintosh Programming Book Library - https://vintageapple.org/macprogramming/ https://vintageapple.org/macprogramming/
- duskwuff 5y agoThe definitive reference is Apple's own Inside Macintosh. Many parts of that are still available on the Apple developer web site, e.g. https://developer.apple.com/library/archive/documentation/mac/pdf/MacintoshToolboxEssentials.pdf https://developer.apple.com/library/archive/documentation/ma... https://developer.apple.com/library/archive/documentation/mac/pdf/MoreMacintoshToolbox.pdf https://developer.apple.com/library/archive/documentation/ma... For a more directed and more C-oriented walkthrough, the Macintosh C Programming Primer was a pretty common go-to. It's been out of print for ages, of course, but there's a PDF available at: https://vintageapple.org/macprogramming/pdf/Macintosh_C_Programming_Primer_1992.pdf https://vintageapple.org/macprogramming/pdf/Macintosh_C_Prog...