I am programming with visual studio express using the Dark GDK libraries, and If I wanted to conceal my hard artwork such as pictures and artwork I developed so that no one could take it from my project directory to play my game how can I compile all of the files into one .exe?
I understand that this will slow down the load time for the game and require more resources but I need to know how to do this for windows applications as well. **Hopefully it's a simple compiler linker option -Crossing fingers**.
Thank you,