Jun 18, 2011 at 11:28am UTC
hello guys
i have question.
i make and game on visual studio 2008 and i need,
program to make it .exe for people can't see the writing program.
how do i do that?
Jun 18, 2011 at 12:27pm UTC
Every time you run your code, an exe is generated. It is in a "Debug" folder (note: there are probably two of them).
Jun 18, 2011 at 3:52pm UTC
You can also set, in project properties, 'Release version'. After compiling program will be ready to send it to users.
Jun 18, 2011 at 5:08pm UTC
tank but i can found what you say. (vonpik)
i found something probably i write it for moving
label in visual and moving in c++ v5. is this coming handy
for user of this site???
Last edited on Jun 18, 2011 at 5:27pm UTC
Jun 18, 2011 at 7:08pm UTC
Sorry. I don't comprehend what you are saying.
Jun 18, 2011 at 7:11pm UTC
i know debug folder and i found that .exe
but i need a program to create 1 .exe Instead of all other file.
when you create a project vs2008 make you a folder and file i need something to make it
1 .exe . OK?
Jun 18, 2011 at 7:27pm UTC
All other files in that directory are irrelevant. Unless you've put some dlls in there.
Also, as vonpik said, go to Build->Configuration Manager and choose release configuration.
Jun 18, 2011 at 9:46pm UTC
sorry i found it what you say.
1 more question :
when i'm choose release where the file go?
Jun 19, 2011 at 7:18am UTC
The "Release" directory right besides "Debug".