且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

操作系统版本,SDK版本,框架版本和可再发行版本之间的交互

更新时间:2023-11-17 21:38:22


1)Waht是"平台工具集"。究竟是什么?

1) Waht is the "Platform Toolset" exactly?

我相信它定义了头文件库的编译器,链接器和环境路径。

I believe it defines the compiler, linker, and environment paths for headers/libraries.


2)使用新工具集和SDK的应用程序是否可以在操作系统上运行(特别是Windows 7)?

2) Can the application with the new toolset and SDK run on the OS described obove (esspecialy Windows 7)?

如果你"只回到Windows 7,然后是,我相信。"

If you're only going back to Windows 7, then yes, I believe so.


2)我是否必须在我们的客户计算机上安装新的可再发行组件包是否与新的SDK版本兼容?

2) Do I have to install a new Redistributable Package at our Customer Computer to be compatible with the new SDK version?

如果您指的是'C'运行时,那么我会假设 - 我通常是静态链接和避免这样的问题:)

If you're referring to the 'C' runtime, then I would assume so - I usually static link and avoid such issues :)

戴夫