README.txt

README - QDrawMHdlr
 
ABOUT QDrawMHdlr
 
This sample code illustrates one way to write a derived media handler. It's based on the code described in the article "Somewhere in QuickTime: Derived Media Handlers" by John Wang in develop, issue 14. That article shows how to store QuickDraw pictures as the media in a track. 
 
The current sample expands on the original code by making it PowerPC-savvy and cross-platform. 
 
MacOS Build Instructions:
 
Build either the PPC or 68K project using CodeWarrior; then install the resulting extension in the Extensions folder in the System folder and reboot. Alternatively, just drop the extension onto a utility like Reinstaller to make the media handler immediately available.
 
Windows Build Instructions:
 
Build the Windows DLL using CodeWarrior; then copy the DLL to a Windows machine, along with the files QDrawHandler.r, QDMediaCommon.h, and QDrawMHdlr.rez.bat. Once all these files are on a Windows machine, run the batch file QDrawMHdlr.rez.bat, which should create the file QDrawMHdlr.qtx. Move that .qtx file into the System folder in the Windows folder. (You may need to edit the .bat file if the Rez and RezWack utilities are not located in the folder QuickTimeSDK\QTDevWin\Tools.)
 
If you are using MS-Dev, just build the project and then run the batch file QDrawMHdlr.rez.bat; move the .qtx file as described in the preceding paragraph.
 
Enjoy!
 
QuickTime team
25 January 1999