Advertisement

Resource query

Started by July 24, 2002 01:21 PM
1 comment, last by zoidy 22 years, 7 months ago
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
if you want to modify your scores, it''s best to leave them as files instead of putting them into resources.

---
Come to #directxdev IRC channel on AfterNET
Advertisement
Hmm. Ok, thanks!
zoidy

This topic is closed to new replies.

Advertisement