Compiling under VS2002: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (clean up, replaced: See Also → See also)
No edit summary
Line 1: Line 1:
__noeditsection__{{lang|{{PAGENAME}}}}
__noeditsection__{{lang|{{PAGENAME}}}}
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.


{{note|These code patches are not supplied or maintained by Valve and are not officially supported.}}
{{note|These code patches are not supplied or maintained by [[Valve]] and are not officially supported.}}


==Changes==
==Changes==
Line 27: Line 27:


== See also ==
== See also ==
*[[Microsoft Visual Studio 6.0 Usage]]
*[[Compiling under VS2005]]
*[[Compiling under VS2005]]


[[Category:Tutorials]] [[Category:Programming]]
[[Category:Tutorials]] [[Category:Programming]]

Revision as of 07:28, 17 June 2024

English (en)Русский (ru)中文 (zh)Translate (Translate)

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.

Note.pngNote:These code patches are not supplied or maintained by Valve and are not officially supported.

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

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"

Patch

Download this to fix VS2002 compile errors.

See also