About the Executables produced by Microsoft C/C++ Compiler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stdq
    New Member
    • Apr 2013
    • 94

    About the Executables produced by Microsoft C/C++ Compiler

    Hi, everyone. Do these executables need the .NET framework to run? Thanks in advance!
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    As long as you use the C/C++ compiler rather than the C++.NET compiler it shouldn't need the .NET framework.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Check your Visual Studio project to see of CLS support is required. If yes, you need the .NET framework.

      Properties->Configuratio n Properties->Common Language Runtime Support.

      Comment

      Working...