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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top