by golan trevize x » Feb 19, 2002 @ 11:06pm
There's a bit of code in a previous on these forums for loading a TGA from resource. Even with that, it took me a while to figure it all out. But it can be done.
If you want to load a Gzipped file from resource, that's harder. Sure you can get the memory pointer, but then what? The nice gzopen, gzread functions from zlib only take file names. I fiddled around with this uncompress method for hours before giving up and sticking with separate files.