Thread: ms visual c++.net

  1. #1
    essence of digital xddxogm3's Avatar
    Join Date
    Sep 2003
    Posts
    589

    ms visual c++.net

    Does this compiler allow the capability to compile c# files? If not is there a module I could load to configure the compiler to allow this option?
    "Hence to fight and conquer in all your battles is not supreme excellence;
    supreme excellence consists in breaking the enemy's resistance without fighting."
    Art of War Sun Tzu

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    One of the biggest selling points of .NET is it's ability to do just that. I myself have never had to do it, and I still don't know how to do it myself, but I know I've helped someone with this problem before. Do a search of the C# board and also search MSDN. There's a special word for what you're trying to do - if I think of what it is I'll let you know.

    So basically just start with a search of the C# board, and I'll get back to you about what to search MSDN for.

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    CodeDOM should help you out.

  4. #4
    Banal internet user
    Join Date
    Aug 2002
    Posts
    1,380
    Quote Originally Posted by xviddivxoggmp3
    Does this compiler allow the capability to compile c# files? If not is there a module I could load to configure the compiler to allow this option?
    There is no official support for doing this... but you can download Microsoft's C# compiler for free and configure the VC++.NET IDE to handle everything...

    http://builder.com.com/5100-6370-1045350.html

  5. #5
    essence of digital xddxogm3's Avatar
    Join Date
    Sep 2003
    Posts
    589
    here is something I found that I wanted to post on my search.
    http://www.borland.com/products/down...rpbuilder.html
    [edit1]
    Does the following have the command line compilers for all .net langages?
    (including c#)
    Microsoft .NET Framework SDK Version 2.0 Beta 1
    http://www.microsoft.com/downloads/d...DisplayLang=en
    [/edit1]
    Last edited by xviddivxoggmp3; 09-25-2004 at 05:00 PM.
    "Hence to fight and conquer in all your battles is not supreme excellence;
    supreme excellence consists in breaking the enemy's resistance without fighting."
    Art of War Sun Tzu

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  4. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM