So there is no dependencies between the compiled program and the .NET
framework?
> > Can I under no circumstance build an application in Visual studio .NET
> 2003
[quoted text clipped - 8 lines]
> You can still write unmanaged C++ applications with VS.NET 2003. The only
> thing missing is unmanaged VB.
Ary Sulistyono - 26 Aug 2004 09:10 GMT
As long as you're not using the .Net class libraries.
Ary
> So there is no dependencies between the compiled program and the .NET
> framework?
[quoted text clipped - 17 lines]
>>You can still write unmanaged C++ applications with VS.NET 2003. The only
>>thing missing is unmanaged VB.
Girish Bharadwaj - 14 Sep 2004 20:25 GMT
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.

Signature
Girish Bharadwaj
http://msmvps.com/gbvb
> So there is no dependencies between the compiled program and the .NET
> framework?
[quoted text clipped - 11 lines]
> > You can still write unmanaged C++ applications with VS.NET 2003. The only
> > thing missing is unmanaged VB.