Author Topic: generating simple .exe with VS2005 express  (Read 3269 times)

0 Members and 1 Guest are viewing this topic.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
generating simple .exe with VS2005 express
« on: February 08, 2007, 02:10:34 PM »
How does one compile a simple console app with ...
Quote
Microsoft Visual Studio 2005 Version 8.0.50727.762  (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: C# Express
Microsoft Visual C# 2005   76544-000-0000011-00126
Microsoft Visual C# 2005
?

I can use the F5 key to compile and launch but I can't see how to make a stand alone exe.
TheSwamp.org  (serving the CAD community since 2003)

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: generating simple .exe with VS2005 express
« Reply #1 on: February 08, 2007, 02:17:47 PM »
F6
menu  : Build-> Build Solution .. etc
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: generating simple .exe with VS2005 express
« Reply #2 on: February 08, 2007, 02:38:53 PM »
F6
menu  : Build-> Build Solution .. etc


OK, can you change the output dir? Like c:\temp\ maybe!

Quote
------ Build started: Project: ConsoleApplication1, Configuration: Release Any CPU ------
ConsoleApplication1 -> C:\Documents and Settings\pw2n\Local Settings\Application Data\Temporary Projects\ConsoleApplication1\bin\Release\ConsoleApplication1.exe
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
TheSwamp.org  (serving the CAD community since 2003)

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: generating simple .exe with VS2005 express
« Reply #3 on: February 08, 2007, 02:50:25 PM »
as soon as the editor opens ;
Menu : File -> Save..ApplicationAs
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: generating simple .exe with VS2005 express
« Reply #4 on: February 08, 2007, 02:54:21 PM »
and here ..
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Re: generating simple .exe with VS2005 express
« Reply #5 on: February 08, 2007, 03:13:39 PM »
thanks Kerry. you can also choose this ...

TheSwamp.org  (serving the CAD community since 2003)