Does anyone remember Apple deprecating QuickDraw with Leopard? Evidently, Apple removed support for compiling applications that use QD in SL (by removing the needed header files completely) but left the binary library around. I strongly suspect that applications such as SheepShaver, which depend on QuickDraw and cannot easily move to Quartz, will fatally break in 10.7 and beyond... which is bad news for people like me, who want to run Mac OS 9 on their Intel Macs. If anyone else is in this situation, there is a fix: update the application to use SDL 1.2.14 for its graphics drawing, since SDL 1.2.14 uses Quartz. I know, the library's meant for games, but it works VERY well for emulators too - so I've heard. Anyway... is there anything I can do in my specific case, to notify the developers of this impending crisis?