Thread
68k Programming Guide
I added a basic 68k programming guide to the wiki. Right now it just covers installing MPW and compiling a basic program, but the next tutorial will go more in-depth and cover aspects of the Macintosh Toolkit like the Window and Event managers. Let me know what you think of it.
:b&w:
:b&w:
Nice work! It's good to see a quick-start for using MPW. One note, pressing 'command-return' is equivalent to using 'enter' on the numpad.
@Nathan: I'm fairly certain you can compile 68k code on a PPC with MPW. I've never done it personally. I started Mac programming with Codewarrior's Discover Programming kit and it only allowed 68k builds. I switched to MPW so I could compile for PPC. I'll have to look into that...
@Nathan: I'm fairly certain you can compile 68k code on a PPC with MPW. I've never done it personally. I started Mac programming with Codewarrior's Discover Programming kit and it only allowed 68k builds. I switched to MPW so I could compile for PPC. I'll have to look into that...
Yes, it's quite possible to do 68k development on a PPC. I believe you can even develop System 6 apps, although I haven't tested it yet.
I'd like to expand the tutorial to the point where it introduces the user to all the basic Toolkit functions and guides them through the process of creating a standard Mac application with DAs, menus, saving and loading, etc. It will probably be a work in progress for a long while though, there's a lot of ground to cover.
I'd like to expand the tutorial to the point where it introduces the user to all the basic Toolkit functions and guides them through the process of creating a standard Mac application with DAs, menus, saving and loading, etc. It will probably be a work in progress for a long while though, there's a lot of ground to cover.
Hi, since I'm currently unable to edit the Wiki I have decided to continue my programming guide on Google Sites temporarily until the wiki is fixed.
The start of the tutorial is here:
https://sites.google.com/site/chuzzum/mac-stuff/macintosh-c-programming-guide/macintosh-development-environments
Yes, I did finish the third part... two years later. I'm a student, I have to work around a schedule.
Hopefully I'll get a few more pages done before something else sucks up all my free time.
The start of the tutorial is here:
https://sites.google.com/site/chuzzum/mac-stuff/macintosh-c-programming-guide/macintosh-development-environments
Yes, I did finish the third part... two years later. I'm a student, I have to work around a schedule.
Hopefully I'll get a few more pages done before something else sucks up all my free time.
Can you do 68K programming on a PPC Mac?