Lance Dillon wrote:
But, I found something even easier.?? It's been a while since I've used it, but I remembered ADT.Struct, and it has Drow() and Gnol() types, which are Intel (little-endian) versions of Word() and Long() types.?? Those do exactly what I need, so even easier.
Indeed. Forgot about that one too.
Basically I'm writing a program to convert old dos grasp .gl files, which contain Pictor PC Paint .pic files, into individual images, possibly gif or png format.?? I'm going to skip the actual automation or anything, just write out the individual files.
I once wrote something for that, but it was in C (it took them apart and reconstructed them). Not quite sure where that source code ended up. That was even before CVS existed.