Compiling without .Net Framework

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RyanKrypton

    Compiling without .Net Framework

    Can anybody tell me how I can produce programs which do not need the .Net
    Framework using Visual Studio?
  • Peter van der Goes

    #2
    Re: Compiling without .Net Framework


    "RyanKrypto n" <RyanKrypton@di scussions.micro soft.com> wrote in message
    news:78500BDE-6CA0-47B3-B9F4-04EEC14FB589@mi crosoft.com...[color=blue]
    > Can anybody tell me how I can produce programs which do not need the .Net
    > Framework using Visual Studio?[/color]

    You can produce independent C++ console programs Win32 programs, or MFC
    Windows applications (and, probably, use other templates as well). VB, C#
    and J# are strictly .NET. AFAIK.

    --
    Peter [MVP Visual Developer]
    Jack of all trades, master of none.


    Comment

    • Niki Estner

      #3
      Re: Compiling without .Net Framework

      "RyanKrypto n" <RyanKrypton@di scussions.micro soft.com> wrote in
      news:78500BDE-6CA0-47B3-B9F4-04EEC14FB589@mi crosoft.com...[color=blue]
      > Can anybody tell me how I can produce programs which do not need the .Net
      > Framework using Visual Studio?[/color]

      Google for ".net linker".

      Niki


      Comment

      Working...