Monday, July 27, 2009

Question about building C++ apps in Visual studio 2005?

If I where to build a C++ console application implementing some new .net features (like functions and what not from the System namespace) would that mean in order to execute it I would have to have .net installed on whatever platform I am using it on?

Question about building C++ apps in Visual studio 2005?
Any program in any of the .NET framework apps will require the .NET framework to be installed on the computer running it. There's just no other way to do it.
Reply:yes it would need the .net framework for it to run. Without the proper DLL's you program will not run. Any program compiled using .net needs to have the .net framework installed.


No comments:

Post a Comment