home *** CD-ROM | disk | FTP | other *** search
- /* Resource defines - include in C and Resource Source files */
-
- /* Alert ID's */
-
- #define ERRORALERT 128
-
- /* Error Message String IDs for Error Alert */
-
- #define BADFLUSHVOL 128 /* Error Flushing Volume */
- #define BADOPEN 129 /* Error Opening File */
- #define BADREAD 130 /* Error Reading File. */
- #define BADWRITE 131 /* Error Writing File. */
- #define BADSETEOF 132 /* Error Setting End Of File */
- #define BADCLOSE 133 /* Error Closing File */
- #define BADCREATE 134 /* Error Creating File */
- #define BADDELETE 135 /* Error Deleting File */
-
- #define BADMEMORY 136 /* Couldn't Allocate Memory */
-
- #define BADCLIP 137 /* Couldn't Get Contents of Clipboard */
- #define FILEOPEN 138 /* Only one file may be open at a time. */
- #define BADPUTTAGS 139 /* Error occured setting up tags in memory. */
- #define BADWRITEIMAGE 140 /* Error occured writing image to file. */
- #define BADREADTAGS 141 /* Error occured reading tags from file. */
- #define BADWRITETAGS 142 /* Error occured writing tags to file. */
- #define BADREADHEADER 143 /* Error reading header from file */
- #define BADWRITEHEADER 144 /* Error writing header to file */
- #define BADPHOTOINTERP 145 /* Incorrect Photo Interp not handled */
- #define BADTIFF 146 /* Invalid TIFF file */
- #define IMAGECROPWARN 147 /* Cropping Image */