Compiling under VS2002

From Valve Developer Community
< Zh
Jump to: navigation, search
English (en)Русский (ru)Translate (Translate)
Visual Studio compilers: edit
Ambox warning yellow.png
This page was written for 起源2006 起源2006 or earlier. It may not be applicable to newer versions of the Source SDK.
For more up-to-date information, see Compiler choices.

Source SDK 中提供的Visual Studio项目文件为VS2003项目文件,本页详细介绍了在Visual Studio 2002中打开和编译这些文件所必需的更改

Note.png注意:这些代码补丁不是由Valve提供或维护的,也不受官方支持。

更改

文本编辑器中编辑列出的文件

为了验证你已经成功地进行了这些更改,打开 src/Game_sdk.sln ,在VS2002中编写sln文件并编译解决方案。

src/Game_sdk.sln

Microsoft Visual Studio Solution File, Format Version 8.00
Microsoft Visual Studio Solution File, Format Version 7.00

src/cl_dll/client_sdk.vcproj & src/dlls/hl_sdk.vcproj

Version="7.10"
Version="7.00"

补丁

下载 这个 来修复VS2002的编译问题

参见