I have a situation where I want to code a C++ console based application using Visual Studio 2005 or higher but cannot use .NET framework. I mean at the client side the application should run even if .Net framework is not installed. Is there any option in Visual studio to create a project without .Net frame work
Is it possible? or should I revert back to Visual Studio 6 to achieve this. Please help me