G Guest Sep 4, 2004 #1 Can anybody tell me how I can produce programs which do not need the .Net Framework using Visual Studio?
Can anybody tell me how I can produce programs which do not need the .Net Framework using Visual Studio?
P Peter van der Goes Sep 4, 2004 #2 RyanKrypton said: Can anybody tell me how I can produce programs which do not need the .Net Framework using Visual Studio? Click to expand... 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? Click to expand... 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.
N Niki Estner Sep 4, 2004 #3 RyanKrypton said: Can anybody tell me how I can produce programs which do not need the .Net Framework using Visual Studio? Click to expand... Google for ".net linker". Niki
RyanKrypton said: Can anybody tell me how I can produce programs which do not need the .Net Framework using Visual Studio? Click to expand... Google for ".net linker". Niki