by golan_trevize_x » Feb 2, 2003 @ 8:20am
Jim,
Just wanted to ask about what you mentioned - using resources. How is it done in eVC++? I once gave it a go a while back, but had a lot of trouble making it work.
eg. Say I have a gzipped file. Currently in my program, I'm using the gzopen command to open that file, which is stored in a directory along with my program on the PocketPC. Now, there is also a gzopenfrommem function which accepts a const long (presumably a pointer to the memory).
So is there a way I can put my gzipped file into a resource and then make it open this way? The LoadResource function returns a HANDLE, but I'm not sure what to do from there.
Thanks for any help!
Nathan