Groups | Blog | Home
all groups > dotnet sdk > august 2004 >

dotnet sdk : Which version shall I use? Visual studio .NET or 6.0?


Berka
8/25/2004 11:07:07 PM
Can I under no circumstance build an application in Visual studio .NET 2003
unmanaged to work on a computer without the framework .NET? Or is there any
dependencies between the compiled program and the framework? Or is the Visual
Studio 6.0 better to use. The program is written in Visual C++.

Berka
8/26/2004 12:11:02 AM
So there is no dependencies between the compiled program and the .NET
framework?


[quoted text, click to view]
Ary Sulistyono
8/26/2004 1:10:36 AM
As long as you're not using the .Net class libraries.

Ary

[quoted text, click to view]
Paul Mason
8/26/2004 8:46:54 AM

[quoted text, click to view]

You can still write unmanaged C++ applications with VS.NET 2003. The only
thing missing is unmanaged VB.

Girish Bharadwaj
9/14/2004 3:25:08 PM
As long as you build your C++ programs without "/clr" option, you are
unmanaged. Do note that the CRT and MFC library dlls have changed. So, you
will need to ship the newer ones if you are going to use those libraries.

--
Girish Bharadwaj
http://msmvps.com/gbvb
[quoted text, click to view]

AddThis Social Bookmark Button