Talk:Compiling under VS2005: Difference between revisions
Justincase (talk | contribs) (VS2005 -Options -> Source Files) |
m (Not much need to screenshot this) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
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: | 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 | $(VCInstallDir)crt\src | ||
I found this directory in the Platform SDK: | I found this directory in the Platform SDK: | ||
C:\Program Files\Microsoft Platform SDK\src\crt | C:\Program Files\Microsoft Platform SDK\src\crt | ||
Just curious if it needs to be added. | 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... | 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... | ||
Line 23: | Line 27: | ||
== gameinfo.txt == | == gameinfo.txt == | ||
When I Debug my Mod, I get this error | When I Debug my Mod, I get this error: | ||
Setup file 'gameinfo.txt' doesn't exist in subdirectory 'hl2'. | |||
Check your -game paremeter or VCONFIG setting. | |||
What do I do? --[[User:Adam.gamedev|Adam.gamedev]] 19:33, 12 July 2010 (UTC) | What do I do? --[[User:Adam.gamedev|Adam.gamedev]] 19:33, 12 July 2010 (UTC) |
Latest revision as of 23:30, 17 July 2011
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:
Setup file 'gameinfo.txt' doesn't exist in subdirectory 'hl2'. Check your -game paremeter or VCONFIG setting.
What do I do? --Adam.gamedev 19:33, 12 July 2010 (UTC)