How to make a Single Executable VS 2010
Posted
by
Uri
on Stack Overflow
See other posts from Stack Overflow
or by Uri
Published on 2011-03-06T23:58:27Z
Indexed on
2011/03/07
0:10 UTC
Read the original article
Hit count: 130
I'm making a game using C++ and DirectX and it'd be nice to share my groups progress with other people by providing a single executable file instead of having to run a setup wizard.
I've checked my Release and Debug folders but those executable don't work. The release .exe is something like 21KB which doesn't seem right.
So I guess what I'm asking is how to make a single executable with all of the libraries and resource files included.
© Stack Overflow or respective owner