Program to run without framework
Visual Studio
2
Posts
2
Posters
0
Views
1
Watching
-
Are there any settings in the VS 2005 IDE that allow me to compile programs in C++ or WIN32 that will run without the .net framework just like good old VC++ 6.0? Tausif
If you are not using managed C++ stuff(with option /clr), its native. Its not using .net framework by any mean.
Prasad Notifier using ATL | Operator new[],delete[][^]