Comment on How can I develop software for a PowerPC?
kalleboo@lemmy.world 1 week ago
I’ve been dabbling in C development for classic Mac OS when I’ve had some spare time over the past year. I’ve been doing it directly on my old Macs, a PowerMac G4 when I’m at my desk or a PowerBook G3 Lombard when I’m in the living room.
I’ve been using CodeWarrior as a compiler/IDE. For documentation I have a copy of Inside Macintosh in HTML format from an old Apple Developer CD, a copy of “A Hobbyist’s Guide to Programming the Mac OS in C” in PDF format, and a program called “Toolbox Assistant” for quick reference. Occasionally using MacsBug as a debugger when I’m outside of the IDE. All of this can be found on Macintosh Garden or just Google.
dr_robotBones@reddthat.com 1 week ago
That’s an amazing library, thanks!