rsrc_read.cpp is my very own C++ resource fork parser. This should work for any file with a valid resource fork. It is quite extensively functional for a first rev. Though I'm sure they exist, I wasn't able to find any C++ libraries that would allow me to access individual resource data in a file.
Does anyone know of a library that I could have used instead? I would LOVE to have some easy read/write resource functions.
Does anyone know of a library that I could have used instead? I would LOVE to have some easy read/write resource functions.