VS2010可以创建在Windows 2000下运行的本机可执行文件吗?

发布于 2024-10-06 11:33:19 字数 159 浏览 0 评论 0原文

我计划在 VS2010 中开发一些本机 C++ 项目。但我的客户可能需要支持 Windows 2000。我知道 VS2008 创建与 Windows 2000 兼容的本机可执行文件。我想迁移到 VS2010,但我不知道是否可以创建与 Windows 兼容的本机可执行文件2000 年在 VS2010 中。

I plan 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

触ぅ动初心 2024-10-13 11:33:19

VS2010的CRT使用了Windows 2000中缺少的kernel32.EncodePointer()函数。
阅读这个问题< /a>.

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

陪我终i 2024-10-13 11:33:19

您可以使用 Visual Studio 2010 编写适用于 Windows 2000 SP4 的应用程序,只要您仅针对 .NET 框架版本 2.0。

不保证任何高于 .NET 2.0 的程序都可以在 Windows 2000 SP4 上运行。

您可以在此处查看每个框架的系统要求:http://msdn.microsoft。 com/en-us/library/8z6watww.aspx

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文