Mac OS 9 Discussion > Development & Programming
Developing software tools needed to develop Apps and Plugs-Ins
IIO:
ok will do that tomorrow. that pdf is a very nice resource for beginners indeed. others dont exist.
Custos:
Thanks for the help 110. Will it let you do custom graphics? I just got a replacement wacom. Been needing an excuse to bust it out. 8)
IIO:
more or less. you have 7 or 8 graphics objects where you can use picture files, you have pseudo-quickdraw, and if you are completly mad you could also use video and GL stuff.
shameless selfpromotion: look my GUIs here, done 20 years ago in OS9.
https://arstechnica.com/gadgets/2016/09/an-os-9-odyssey-why-do-some-mac-users-still-rely-on-16-year-old-software/3/
IIO:
if you have a wacom... you can also use this as a midi controller in pluggo ;)
Protools5LEGuy:
https://forums.macrumors.com/threads/developing-for-tiger-and-leopard-powerpc-a-devlog.2383838/?post=32036127#post-32036127
User cellularmitosis
--- Quote ---The Apple Developer Connection Reference Library
Apple produced a monumental amount of developer documentation, but resurrecting it from internet bitrot takes a bit of effort.
I've taken a copy of the reference library from the last ADC DVD set before the library was re-oriented towards Snow Leopard, put it up on github (with all of the sample code .zip files expanded for online browsing) and made it browseable via plain HTTP at http://leopard-adc.pepas.com/
I've also corrected all of the "Featured Article" links (which are all long-since defunct links to developer.apple.com) to point to copies from the Internet Archive via the Wayback machine.
--- End quote ---
There, in legacy documents,
http://leopard-adc.pepas.com/referencelibrary/LegacyTechnologies/index-date0.html
if you browse bottom you can find some docs that I think are missing today on Apple Developer link
Like this http://leopard-adc.pepas.com/technotes/pt/pt_12.html#//apple_ref/doc/uid/DTS10002666 Technical Note PT12
C++ Pitfalls in MPW
--- Quote ---Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
Reference Library > Tools
Technical Note PT12
C++ Pitfalls in MPW
CONTENTS
Introduction
Class Protection and Inheritance
Type Casting
General Class Issues
Operator Overload Issues
Inlining Issues
Memory Leakage
Tricks to Help You Find Memory Leaks
Virtual Functions
Compiler Issues
Testing/Debugging
References
Downloadables
This Technical Note covers most of the common and serious subtle problems that a MPW C++ user might encounter. For more information consult the current C++ literature. This Note will be updated periodically to reflect changes in the language and the compiler. Always read the release notes included with the MPW C++ to find out the latest status for known bugs and restrictions.
--- End quote ---
Navigation
[0] Message Index
[*] Previous page
Go to full version