| View previous topic :: View next topic |
| Author |
Message |
NuclearPowered Master Cheater
Reputation: 0
Joined: 30 Dec 2007 Posts: 345
|
Posted: Fri Feb 08, 2008 9:29 am Post subject: Visual C++ Studio 2008 how do I compile? |
|
|
I tried finding the compile button but I can't find it anywhere.
I tried 'Build' but I couldn't find the .exe anywhere...
I'm like what the fuck, this program has soooo many options and thingies and stuff, I can't even find the compile button.
I had Dev C++ before but it doesn't work very good on Vista when compiling so I downloaded Visual C++
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Fri Feb 08, 2008 9:33 am Post subject: |
|
|
When i compile my stuff goes here:
| Code: | | C:\Documents and Settings\Nathan\My Documents\Visual Studio 2008\Projects |
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Fri Feb 08, 2008 9:34 am Post subject: |
|
|
| F7
|
|
| Back to top |
|
 |
NuclearPowered Master Cheater
Reputation: 0
Joined: 30 Dec 2007 Posts: 345
|
Posted: Fri Feb 08, 2008 9:43 am Post subject: |
|
|
Ok I found the .exe in the debug folder of my project folder but it doesn't come up when I execute it, when I compile it in dev C++ (a very simple program that does work with dev C++) it does work :S
edit:
and how do I compile a simple .cpp file?
F7 doesnt work there, I dont want to make a whole goddamn project for just 50 lines of code...
|
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Fri Feb 08, 2008 3:59 pm Post subject: |
|
|
Debug -> Start without Debuging?
_________________
What dosen't kill you, usually does the second time. |
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Sat Feb 09, 2008 11:52 am Post subject: |
|
|
F5 - Debug (Compile and Run)
F6 - Build solution (just Compile the file)
if its an EXE i use F5 but if its a DLL i use F6
look up in the menu.
Build, Debug
2 Menus for Debugging/Building/Compiling your project
but yes, u have to create a new project if you want to compile it (at least i think you do) for Visual Studio 2008
_________________
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Sun Feb 10, 2008 12:22 pm Post subject: |
|
|
You can make it executable as bath Debug/Win32 (which save at Debug Folder).
| Code: | | Build -> Batch Build.. |
Also, its all about Build/Re-Build and Clean to compile at VS.
_________________
|
|
| Back to top |
|
 |
|