开发者

Is that the way to open old project in VS2008 without using any .NET framework?

开发者 https://www.devze.com 2023-01-01 00:13 出处:网络
I\'ve got a question about opening the old project in VS2008. If I have old c++ project(implement in VS6.0), and now I\'d like to open it in VS2008 but I don\'t want to use .NET library because the a

I've got a question about opening the old project in VS2008.

If I have old c++ project(implement in VS6.0), and now I'd like to open it in VS2008 but I don't want to use .NET library because the application will be installed on the machine that has no any .NET framework (and I don't want to install any 开发者_如何学C.NET to that machine).

So is it possible to do that in VS2008? is there any configuration in VS2008?

Thanks


I don't think you should need to do anything special. If you open a C++ project from VC6 in Visual Studio 2008, it will convert the project. But it won't build a .NET application. It may require the CRT associated with VS2008, but it shouldn't need the .NET framework.


Visual Studio supports both native C++ applications and .NET applications with C++

0

精彩评论

暂无评论...
验证码 换一张
取 消