Just in case anyone wants to know where I got the crazy idea that only MacNova uses RLE8 resources:
Quote
From the EVNEW documentation:
On Windows, EVN only uses the rleD resources, regardless of the user's monitor's color mode. If the user is in an 8-bit mode, EVN converts the 16-bit data into 8-bit data at runtime and completely disregards any rle8 data, if it exists at all. On Macs, though, it is different. The resources used depend on the user's color depth. In high-color modes (16-bit, 24-bit, and 32-bit), the rleDs are used as expected, but in 8-bit modes, the rle8s are used. If the rle8s don't exist, EVN will not run and spit out an error message saying it couldn't find the required resources, or something like that. Thus, a plugin created using only rleDs will work perfectly for all Windows users and for the vast majority of Mac users, since very few people nowadays can't use color depths higher than 8-bit. If you want your plugin to work for all users, you, or a friend with a Mac, must convert your plugin into the Mac format and use the program EnRLE created by w00tWare.
There ya go.
------------------
(This message has been edited by slouch (edited 08-29-2004).)