Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Programming Talk / C++ / C# - Exporting To EXE

Author
Message
Travis Gatlin
17
Years of Service
User Offline
Joined: 14th May 2009
Location: Oxford, Alabama
Posted: 3rd Oct 2009 02:35
On Microsoft Visual C# 2008 how do i export my project to EXE?

yeah im southern WATCHA GONNA DO BOUT IT?
Sven B
21
Years of Service
User Offline
Joined: 5th Jan 2005
Location: Belgium
Posted: 3rd Oct 2009 11:26 Edited at: 3rd Oct 2009 11:26
Basically by compiling it (F5). The result is stored in the "Debug" folder in your project folder by default (in MVC++ Express) or at least somewhere in your project folder.
It also depends on your project, like when setting your project up as a DLL, you'll export to a DLL instead of an executable.
I know I'm answering for C++, but I don't think it ought to be different for C#...

Sven B

Travis Gatlin
17
Years of Service
User Offline
Joined: 14th May 2009
Location: Oxford, Alabama
Posted: 4th Oct 2009 14:39
Well I Tried What You Said and it worked! Thanks!

yeah im southern WATCHA GONNA DO BOUT IT?
David R
22
Years of Service
User Offline
Joined: 9th Sep 2003
Location: 3.14
Posted: 12th Oct 2009 18:48
You'll want to build it in "Release" mode, however, otherwise it will only run on machines where Visual Studio is installed

09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0
Travis Gatlin
17
Years of Service
User Offline
Joined: 14th May 2009
Location: Oxford, Alabama
Posted: 13th Oct 2009 02:52
i would rather put it in EXE

Google.com. Nuff Said
Diggsey
20
Years of Service
User Offline
Joined: 24th Apr 2006
Location: On this web page.
Posted: 13th Oct 2009 21:02 Edited at: 13th Oct 2009 21:03
Quote: "i would rather put it in EXE"




It is called a configuration. The configuration is either in RELEASE mode or DEBUG mode. Use debug mode for developing, but always use release mode when you are releasing it. The debug version will only run on computers with the debug version of the runtime library installed.

It will still make the .exe file whichever mode it is in.

TRIXOG
16
Years of Service
User Offline
Joined: 10th Nov 2009
Location:
Posted: 13th Nov 2009 19:25
1. click start. 2. find notepad. 3. punch in the code gadgets. 4. pull up the gaming google interwebs screen. this should help






( freinds are like potatoes; when you eat them, they die.)!!!!!

Friends are like potatoes; when you eat the they die!!
TRIXOG
16
Years of Service
User Offline
Joined: 10th Nov 2009
Location:
Posted: 13th Nov 2009 19:26
1. click start. 2. find notepad. 3. punch in the code gadgets. 4. pull up the gaming google interwebs screen. this should help






( freinds are like potatoes; when you eat them, they die.)!!!!!

Friends are like potatoes; when you eat the they die!!

Login to post a reply

Server time is: 2026-06-10 21:52:52
Your offset time is: 2026-06-10 21:52:52