https://macintoshgarden.org/apps/apprentice-5
Large CD-ROM of System 7-era example source code in Pascal (THINK Pascal), C (MPW, THINK C, CodeWarrior), C++ (THINK Class Library, PowerPlant, etc..), etc...
#macgarden #developmenttools #celestinsoftware
https://macintoshgarden.org/apps/apprentice-5
Large CD-ROM of System 7-era example source code in Pascal (THINK Pascal), C (MPW, THINK C, CodeWarrior), C++ (THINK Class Library, PowerPlant, etc..), etc...
#macgarden #developmenttools #celestinsoftware
I know I have CodeWarrior for Palm somewhere here (NT host, thank god)
I know I have CodeWarrior for Palm somewhere here (NT host, thank god)
Found the book I used, "Learn C on the Macintosh." Ordered a copy for nostalgia sake.
Metrowerks CodeWarrior = awesome.
www.amazon.com/Learn-Macint...
Found the book I used, "Learn C on the Macintosh." Ordered a copy for nostalgia sake.
Metrowerks CodeWarrior = awesome.
www.amazon.com/Learn-Macint...
https://macintoshgarden.org/apps/picasmmac
This is a port of Timo Rossi's PIC16Cxx microcontroller assembler port and programmer to the Macintosh. The C source code and CodeWarrior project file is included.
#macgarden #developmenttools #1998 #lauripirttiaho #lspengineering
https://macintoshgarden.org/apps/picasmmac
This is a port of Timo Rossi's PIC16Cxx microcontroller assembler port and programmer to the Macintosh. The C source code and CodeWarrior project file is included.
#macgarden #developmenttools #1998 #lauripirttiaho #lspengineering
I just haven’t used it much at all since the 4.x days, maybe it’s gotten better after that
I just haven’t used it much at all since the 4.x days, maybe it’s gotten better after that
https://macintoshgarden.org/apps/apprentice-7
Large CD-ROM of System 7/MacOS 8-era example source code in Pascal (THINK Pascal), C (MPW, THINK C, CodeWarrior), C++ (THINK Class Library, PowerPlant, etc..), etc...
#macgarden #developmenttools #1997 #celestinsoftware
https://macintoshgarden.org/apps/apprentice-7
Large CD-ROM of System 7/MacOS 8-era example source code in Pascal (THINK Pascal), C (MPW, THINK C, CodeWarrior), C++ (THINK Class Library, PowerPlant, etc..), etc...
#macgarden #developmenttools #1997 #celestinsoftware
- Remove all the Mac Toolbox header includes, CodeWarrior does it automagically
- Remove the jank “include all C files directly in the main file" method I used to avoid having to learn MPW Make. CW projects are automatic
- Add missing function prototypes (th […]
- Remove all the Mac Toolbox header includes, CodeWarrior does it automagically
- Remove the jank “include all C files directly in the main file" method I used to avoid having to learn MPW Make. CW projects are automatic
- Add missing function prototypes (th […]
but my engine isn’t compiling
if you’re trying to compile sdl 1.2.16 in this environment
either with codewarrior or mpw,
you must remember to go to the include directory and rename “SDL_config_macos.h” to “SDL_config.h” before compiling
but my engine isn’t compiling
if you’re trying to compile sdl 1.2.16 in this environment
either with codewarrior or mpw,
you must remember to go to the include directory and rename “SDL_config_macos.h” to “SDL_config.h” before compiling