PDA

View Full Version : file integration



icco
31st May 2008, 15:40
Hi,

I'm planning to create a quiz-application. I want to use xml file as a database with questions and answers inside but in order to prevent cheating with results I want to integrate it with the binary file. Is it possible? Will it be possible to change the contents of integrated xml file while running the application (without recompilation)?

wysota
31st May 2008, 16:58
Is it possible?
Yes.


Will it be possible to change the contents of integrated xml file while running the application (without recompilation)?

Without exiting the application - no. When you exit the application you can modify the binary itself.