|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How do I compile a C# program?Hi all,
Newbie here - can somebody please explain how I can compile a C# program? Thanks, Ikke Hello, Ikke!
I> Newbie here - can somebody please explain how I can compile a C# I> program? You can do it either with cmd line ( csc.exe ) or with IDE ( Visual Studio or other IDE ) There is a free version of Visual Studio (Express) available on the
Microsoft website. "Nick" <m***@nickbolton.co.uk> wrote in news:1148041565.862986.307760 @j33g2000cwa.googlegroups.com:> There is a free version of Visual Studio (Express) available on the I don't use VS, so I'd like to be able to compile from the command line.> Microsoft website. Any ideas? Thanks. "Marc Gravell" <marc.grav***@gmail.com> wrote in news:OFGWOd0eGHA.5040 @TK2MSFTNGP03.phx.gbl:Nobody posted anything about csc - the only posts I see are yours and Nick. Also, the reason I'm asking on usenet and not using Google, is because I value human input. I'd like to find out the best tool, not just tool x. Anyway, I'll check out csc. Thanks. Vadym posted referring to csc; this command-line tool is part of the
framework itself, so will be on any PC with the CLR. Most other tools (MSBuild etc) essentially use this under the bonnet. The syntax can get long, so you'd generally wrap it in a build file, else use an MSBuild compatible file - but that's back into VS territory... Marc "Marc Gravell" <marc.grav***@gmail.com> wrote in news:#8aGoP1eGHA.3484 @TK2MSFTNGP04.phx.gbl:> Vadym posted referring to csc; this command-line tool is part of the Ah. As far as I can see, there is no post of somebody called Vadym in this > framework itself, so will be on any PC with the CLR. Most other tools > (MSBuild etc) essentially use this under the bonnet. The syntax can get > long, so you'd generally wrap it in a build file, else use an MSBuild > compatible file - but that's back into VS territory... thread... Still, I'll have a look at csc. Thanks. Hello, Ikke!
??>> Vadym posted referring to csc; this command-line tool is part of the ??>> framework itself, so will be on any PC with the CLR. Most other tools ??>> (MSBuild etc) essentially use this under the bonnet. The syntax can ??>> get long, so you'd generally wrap it in a build file, else use an ??>> MSBuild compatible file - but that's back into VS territory... I> Ah. As far as I can see, there is no post of somebody called Vadym in I> this thread... Watch for word wrap http://groups.google.com.ua/group/microsoft.public.dotnet.languages.csharp/browse_thread/thread/74508118b27ffb3a/aa31f6d2b16732d3?lnk=st&q=How+do+I+compile+a+C%23+program&rnum=2&hl=uk#aa31f6d2b16732d3
lists of generics
Casting a string to a double Cursor Position in KeyPressEvent Using multiple windows forms No Symbols Loaded error in C# DataGridViewComboBoxColumn problem How can I tell (from C# code) if a .DLL is native or a .NET assemb What does the syntax"~[Class name]" mean? regex high cpu utilization No Symbols loaded error - C# |
|||||||||||||||||||||||