Now would this be in any languages inside vsnet2005? or just c++?
> >Regarding Visual Studio .Net 2005 can you still build applications
> >that don't require the .Net Framework (I guess this would be called
[quoted text clipped - 15 lines]
> # NOT speaking for Pandemic Studios. "Care not what the neighbors
> # think. What are the facts, and to how many decimal places?" -R.A. Heinlein
Jon Skeet [C# MVP] - 14 Jun 2007 22:39 GMT
> Now would this be in any languages inside vsnet2005? or just c++?
Just C/C++ - or at least, certainly *not* VB.NET or C#. They both
require the .NET framework to be installed (unless you're using
something like Thinstall, but that's just running the framework in a
different guise).

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Ben Voigt [C++ MVP] - 15 Jun 2007 01:42 GMT
> Now would this be in any languages inside vsnet2005? or just c++?
Any language with a native compiler. C++ is the only one shipped with
Visual Studio 2005, although there are other languages that have both .NET
and native compilers (ML for instance, there is F# for .NET framework, and
Ocaml, Scheme native compilers). Generally the code is different for native
vs managed compilation though, so you may not even want to call it the same
language.
>> >Regarding Visual Studio .Net 2005 can you still build applications
>> >that don't require the .Net Framework (I guess this would be called
[quoted text clipped - 16 lines]
>> # think. What are the facts, and to how many decimal places?" -R.A.
>> Heinlein