How to manage resouce? Make them unreadable to user.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
In my program I have used a lot of resouce. Such as: image(bmp, gif,...), config file(xml, txt, ini).There are more than 100 images and 10 config-files which is saved in a lot of folders. Now I don't want the user directly change or see these images and config files. Is there any way to package or make these resource unreadable. Currently, my resources are all in the folder.I haven't compile them into my program. I know vc6.0 can manage the resource. But it is still too weak for me. I want to manage my resource like a tree. Can add a directory or resource just as I want. Maybe I will have to develop a resource manage tool.