How can add and change myself data to exe file??
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
-
I need add a data file to a exe file,and also need make the additional data file changeable.Can i do that only by edit the exe file,and not need to rebuilt it from source code? How can I do that?Or if you have any suggestion? X| opening view with wild mind
Probably you can do it by placing data to resources, and using resource related functions. You should be able to both read and modify resources in executables without problems. I have never used this myself, though. Igor Green http://www.grigsoft.com/ - files and folders comparison tools