Compiling under VS2002: Difference between revisions
Jump to navigation
Jump to search
Note:These code patches are not supplied or maintained by Valve and are not officially supported.
No edit summary |
(This page applies to Source 2006 only.) |
||
Line 1: | Line 1: | ||
{{LanguageBar}} | {{LanguageBar}} | ||
{{TabsBar|main=Visual Studio}} | {{TabsBar|main=Visual Studio}} | ||
{{Outdated sdk|{{ | {{Outdated sdk|{{src06|4.1}}|newer-sdk-equivalent=[[Compiler choices]]}} | ||
The Visual Studio project files provided in the [[Source SDK]] are VS2003 project files. This page details the changes to these files necessary to allow them to be opened and compiled in Visual Studio 2002. | The Visual Studio project files provided in the [[Source SDK]] are VS2003 project files. This page details the changes to these files necessary to allow them to be opened and compiled in Visual Studio 2002. | ||
Latest revision as of 05:34, 22 September 2024

This page was written for
Source 2006 or earlier. It may not be applicable to newer versions of the Source SDK.
For more up-to-date information, see Compiler choices.

For more up-to-date information, see Compiler choices.
The Visual Studio project files provided in the Source SDK are VS2003 project files. This page details the changes to these files necessary to allow them to be opened and compiled in Visual Studio 2002.

Changes
Edit listed files in a text editor.
To verify that you have successfully made these changes, open the src/Game_sdk.sln
file in VS2002 and compile the solution.
src/Game_sdk.sln
↓ |
src/cl_dll/client_sdk.vcproj & src/dlls/hl_sdk.vcproj
→ |
Patch
Download this to fix VS2002 compile errors.