dale@amiga.UUCP (Dale Luck) (01/30/86)
My copy of iff.h didn't have the following. Near the top after the comment field introing iff.h you should add: #ifndef LIBRARIES_DOS_H #include <libraries/dos.h> #endif This will cause it to include dos.h if it has not already done so. The iff.h uses 'BPTR's which are defined in libraries/dos.h Dale Luck