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.
mNo edit summary |
Thunder4ik (talk | contribs) m (clean up, replaced: See Also → See also) |
||
Line 12: | Line 12: | ||
|{{Codeblock|Microsoft Visual Studio Solution File, Format Version 8.00}} | |{{Codeblock|Microsoft Visual Studio Solution File, Format Version 8.00}} | ||
|- | |- | ||
|style="text-align:center;"| | |style="text-align:center;"|↓ | ||
|- | |- | ||
|{{Codeblock|Microsoft Visual Studio Solution File, Format Version 7.00}} | |{{Codeblock|Microsoft Visual Studio Solution File, Format Version 7.00}} | ||
Line 20: | Line 20: | ||
{|style="background:transparent;" | {|style="background:transparent;" | ||
|{{Codeblock|Version{{=}}"7.10"}} | |{{Codeblock|Version{{=}}"7.10"}} | ||
| | | → | ||
|{{Codeblock|Version{{=}}"7.00"}} | |{{Codeblock|Version{{=}}"7.00"}} | ||
|} | |} | ||
Line 26: | Line 26: | ||
Download [http://ts2do.110mb.com/vs2002patch.zip this] to fix VS2002 compile errors. | Download [http://ts2do.110mb.com/vs2002patch.zip this] to fix VS2002 compile errors. | ||
== See | == See also == | ||
*[[Microsoft Visual Studio 6.0 Usage]] | *[[Microsoft Visual Studio 6.0 Usage]] | ||
*[[Compiling under VS2005]] | *[[Compiling under VS2005]] | ||
[[Category:Tutorials]] [[Category:Programming]] | [[Category:Tutorials]] [[Category:Programming]] |
Revision as of 03:59, 4 January 2024
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.