Shpendi
Sep 28 2009, 12:26 PM
How do i compile and export a program I made in Visual studio (command line app)?
I've been looking all over the program and google'd the problem, however nothing comes up.
Yippee
Sep 28 2009, 04:41 PM
If it's anything like Visual C#, there's a Build menu at the top of the program. Click on that, then click Build. Or press F6. Then go to the place where you saved the solution file and there will be an .exe file there.