Compiling without .Net Framework

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anybody tell me how I can produce programs which do not need the .Net
Framework using Visual Studio?
 
RyanKrypton said:
Can anybody tell me how I can produce programs which do not need the .Net
Framework using Visual Studio?

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.
 
RyanKrypton said:
Can anybody tell me how I can produce programs which do not need the .Net
Framework using Visual Studio?

Google for ".net linker".

Niki
 
Back
Top