Compiler choices: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Image:Vsexpress logo.png|right|Visual Studio Express]]
[[Image:Vsexpress logo.png|right|Visual Studio Express]]


The Source SDK is compatible with [http://msdn.microsoft.com/howtobuy/visualc/default.aspx Visual Studio 2005] and [http://www.microsoft.com/express/2005/download/default.aspx Visual C++ Express 2005] (Visual Studio and C++ Express 2008 compile in release mode, but not in debug). The server library can be compiled for Linux with [http://gcc.gnu.org/ gcc].
The Source SDK is compatible with [http://msdn.microsoft.com/howtobuy/visualc/default.aspx Visual Studio 2005] and [http://www.microsoft.com/express/2005/download/default.aspx Visual C++ Express 2005] (The 2008s compile in release mode but not debug). The server library can be compiled for Linux with [http://gcc.gnu.org/ gcc].


'''For most, [http://www.microsoft.com/express/2005/download/default.aspx Visual C++ Express 2005] is the best option.''' It provides all of the functionality needed to program and build a mod, and most of Microsoft's industry-standard toolset, for free.
'''For most, [http://www.microsoft.com/express/2005/download/default.aspx Visual C++ Express 2005] is the best option.''' It provides all of the functionality needed to program and build a mod, and most of Microsoft's industry-standard toolset, for free.


Most tutorials on this website assume you are using Visual Studio.
Most programming tutorials on this website assume you are using Visual Studio.


<!-- Commented because C++ Express makes it redundant
<!-- Commented because C++ Express makes it redundant
Line 17: Line 17:


[[Category:Source_SDK_FAQ]]
[[Category:Source_SDK_FAQ]]
[[Category:Programming]]

Revision as of 06:44, 7 March 2008

The Source SDK is compatible with Visual Studio 2005 and Visual C++ Express 2005 (The 2008s compile in release mode but not debug). The server library can be compiled for Linux with gcc.

For most, Visual C++ Express 2005 is the best option. It provides all of the functionality needed to program and build a mod, and most of Microsoft's industry-standard toolset, for free.

Most programming tutorials on this website assume you are using Visual Studio.