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.
Note:These code patches are not supplied or maintained by Valve and are not officially supported.
		
	
| m (disclaimer) | mNo edit summary | ||
| Line 1: | Line 1: | ||
| 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 not supplied or maintained by Valve | {{note|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 <code>src/Game_sdk.sln</code> file in VS2002 and compile the solution. | To verify that you have successfully made these changes, open the <code>src/Game_sdk.sln</code> file in VS2002 and compile the solution. | ||
| ===src/Game_sdk.sln=== | |||
| {|style="background:transparent;" | |||
| |<pre style="margin:0px 0px 0px 0px;">Microsoft Visual Studio Solution File, Format Version 8.00</pre> | |||
| |- | |||
| |style="text-align:center;"|↓ | |||
| |- | |||
| |<pre style="margin:0px 0px 0px 0px;">Microsoft Visual Studio Solution File, Format Version 7.00</pre> | |||
| |} | |||
| == | ===src/cl_dll/client_sdl.vcproj & src/dlls/hl_sdk.vcproj=== | ||
| {|style="background:transparent;" | |||
| |<pre style="margin:0px 0px 0px 0px;">Version="7.10"</pre> | |||
| === | | → | ||
| |<pre style="margin:0px 0px 0px 0px;">Version="7.00"</pre> | |||
| |} | |||
| ===Patch=== | |||
| Download [http://hl2sdk.gigcities.com/vs2002patch.zip this] to fix VS2002 compile errors. | |||
| === | |||
| == See Also == | == See Also == | ||
Revision as of 21:00, 13 August 2006
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
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_sdl.vcproj & src/dlls/hl_sdk.vcproj
| Version="7.10" | → | Version="7.00" | 
Patch
Download this to fix VS2002 compile errors.