Thread: How to configure MSVC# for command line compile?

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    204

    How to configure MSVC# for command line compile?

    What's best way to configure my system so that MSVC# can be compiled from the command line? I have a way to do it, but I'm not sure if there are better alternatives.

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    As far as I know, one of the simpler ways is to start the "Visual Studio Command Prompt" in the visual studio menu item. But I've not used C# much, so I'm not sure if it applies there.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Aug 2008
    Posts
    188
    msbuild is the way to go

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Template Friend Workaround for MSVC?
    By LuckY in forum C++ Programming
    Replies: 1
    Last Post: 04-01-2005, 05:41 PM
  2. dvv-cpp not able to compile?
    By Rune Hunter in forum C++ Programming
    Replies: 12
    Last Post: 10-23-2004, 06:36 PM
  3. Replies: 4
    Last Post: 11-14-2001, 10:28 AM
  4. how do i compile a program that deals w/classes?
    By Shy_girl_311 in forum C++ Programming
    Replies: 5
    Last Post: 11-11-2001, 02:32 AM
  5. Compile Problems
    By Eber Kain in forum C++ Programming
    Replies: 1
    Last Post: 08-26-2001, 01:50 PM