question

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?
Every time you run your code, an exe is generated. It is in a "Debug" folder (note: there are probably two of them).
You can also set, in project properties, 'Release version'. After compiling program will be ready to send it to users.
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
Sorry. I don't comprehend what you are saying.
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?
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.
sorry i found it what you say.
1 more question :
when i'm choose release where the file go?
The "Release" directory right besides "Debug".
Topic archived. No new replies allowed.