Building C++ project in VS08 without .NET?

Hi.
I've made a WIN32 console application in VS2008 C++. It works great on my computer but it doesnt work on other people's computers who doesn't have VS. (Im guessing this is because they don't have .NET framework installed) Im just using the std c++ libaries.

Is it possible to build a project in VS2008 and have it compile it as native C++ code without the .NET requirements?

Many thanks
Chris
Last edited on
Yes, it is, but you have to change your program in a console application instead of a CLR console application. CLR = Common Language Runtime
Topic archived. No new replies allowed.