MPW is the Macintosh Programmer's Workbench. I had forgotten about these. I think my first real push with MPW was using it as an environment to host the AT&T C++ compiler, which at that time was still a bunch of preprocessor macros written by Bjarne himself.
Some of the error messages produced by Apple's MPW C compiler (2006)
11–20 of 46 posts
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#12Is anyone at Apple allowed to have a sense of humor anymore?
“Humor can enhance documentation by adding to a reader’s enjoyment and by helping to lighten the tone. Humor usually works best in examples, where it’s less likely to distract the reader. Be careful that your humor is in good taste—one reader’s joke can be another reader’s insult—and keep in mind that humor may not translate well in localized text.”
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#13Is anyone at Apple allowed to have a sense of humor anymore?
I want it to give helpful, accurate advice as succinctly as possible.
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#14[1] https://en.m.wikipedia.org/wiki/Green_Hills_Software
[2] https://en.m.wikipedia.org/wiki/Macintosh_Programmer%27s_Wor...
[3] https://web.archive.org/web/20140528005901/http://lists.appl...
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#15Not possible any more!!!
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#16> " please go buy a RAM upgrade from your local Apple dealer" Not possible any more!!!
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#17> " please go buy a RAM upgrade from your local Apple dealer" Not possible any more!!!
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#18> " please go buy a RAM upgrade from your local Apple dealer" Not possible any more!!!
EDIT: Sibling beat me by a couple minutes. DO great minds really think alike?
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#19MPW is the Macintosh Programmer's Workbench. I had forgotten about these. I think my first real push with MPW was using it as an environment to host the AT&T C++ compiler, which at that time was still a bunch of preprocessor macros written by Bjarne himself.
I was a cfront beta site using MPW; for people that don't know, that was the self-compiling C++ from C, before the first AT&T C++ compiler, in the late 1980s.
Re: Some of the error messages produced by Apple's MPW C compiler (2006)
#20I get this issue a lot on modern compilers, when trying to write switch/macro-based coroutines (https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html) in C++. Does anyone have a workaround? (I hope it doesn't involve C++20 coroutines... I still don't understand them.)