Talk:Compiling under VS2005: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎gameinfo.txt: new section)
(VS2005 -Options -> Source Files)
Line 1: Line 1:
* [[Talk:Compiling under VS2005/20090316|Archive 2009/03/16]]
* [[Talk:Compiling under VS2005/20090316|Archive 2009/03/16]]
== Visual C++ Express 2005 Directories Setup ==
After installing the Microsoft Windows (Platform) SDK, when setting up the directories in Visual C++ Express 2005 do you need to add "Source Files"?? It has one entry:
$(VCInstallDir)crt\src
I found this directory in the Platform SDK:
C:\Program Files\Microsoft Platform SDK\src\crt
Just curious if it needs to be added.


----
----

Revision as of 01:36, 1 December 2010

Visual C++ Express 2005 Directories Setup

After installing the Microsoft Windows (Platform) SDK, when setting up the directories in Visual C++ Express 2005 do you need to add "Source Files"?? It has one entry: $(VCInstallDir)crt\src I found this directory in the Platform SDK: C:\Program Files\Microsoft Platform SDK\src\crt Just curious if it needs to be added.


OK, looks like I Googled for nothing, so I'm going to warn you guys now, if your getting errors, look in this page, because I Googled for 2 hours, just to be lead back to the page I started on, but at least it all works now, I'm glad for that. In conclusion, make sure you aren't looking at the fix before you Google for it...

PRJ0019

When I Build my Mod (Debug), I get this error:


echo Project : error PRJ0019: A tool returned an error code from "Copying to c:\program files\steam\steamapps\SourceMods\hunternavan\bin\"

What do I do? --Adam.gamedev 17:45, 12 July 2010 (UTC)

gameinfo.txt

When I Debug my Mod, I get this error

File:VS2005Error.png

What do I do? --Adam.gamedev 19:33, 12 July 2010 (UTC)