开发者

Can VS2010 create native executable file working under Windows 2000?

开发者 https://www.devze.com 2023-01-29 11:12 出处:网络
I pla开发者_开发百科n to develop some native C++ project in VS2010. But it is possible my client will require to support Windows 2000. I know VS2008 creates native executable files compatible with Win

I pla开发者_开发百科n to develop some native C++ project in VS2010. But it is possible my client will require to support Windows 2000. I know VS2008 creates native executable files compatible with Windows 2000. I would like to migrate to VS2010 but i don't know if it is possible to create native executable file compatible with Windows 2000 in VS2010.


CRT of VS2010 uses kernel32.EncodePointer() function which is missing in Windows 2000.
Read this question.


You can write applications for Windows 2000 SP4 using Visual Studio 2010, so long as you only target Version 2.0 of the .NET framework.

Anything higher than .NET 2.0 is not guaranteed to run on Windows 2000 SP4.

You can see the system requirements for each framework here: http://msdn.microsoft.com/en-us/library/8z6watww.aspx

0

精彩评论

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