Resource query
Ok, Ive read the recent tut on adding Resources to a program. I am trying to write a selfcontained demo, and Ive included BMPs and WAVs. However, I also want to add a text file to be used as a score table. Is it even possible to write to as well as read a resource? How would I go actually do this? I am even having trouble reading it. I have tried:
filein = fopen(MAKEINTRESOURCE (IDR_Scores), "rt")
and I get an illegal operation.
Any help would be greatly appreciated. Thanks...
zoidy
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement