Any help whatsoever would be nice.
Is there any documentation on the format itself? Something listing the structures and such? I have been trying to gleen this RSW's source code, but being new to Delphi I don't fully understand the Mstream method. Having a nice document explaining what to look for would allow many people with different language experience to write editors.
I planned to put this document together myself once I have it cracked.
The format I would be looking for would be something like:
Header
Int16 //size of file
Int32 //number of colors
etc...
places where I can find offsets to tell me where the different pieces of data begin...
I think you know what I mean.