<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dan's Space on the Web &#187; PLOG 03: Project Enhanced Seed</title>
	<atom:link href="http://dan.enhancedseed.com/category/plog-03-project-enhanced-seed/feed/" rel="self" type="application/rss+xml" />
	<link>http://dan.enhancedseed.com</link>
	<description>Wow!</description>
	<lastBuildDate>Sun, 16 May 2010 09:55:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling HL2MP with VS2008</title>
		<link>http://dan.enhancedseed.com/2008/compiling-hl2mp-with-vs2008/</link>
		<comments>http://dan.enhancedseed.com/2008/compiling-hl2mp-with-vs2008/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 20:07:20 +0000</pubDate>
		<dc:creator>hsadan</dc:creator>
				<category><![CDATA[PLOG 03: Project Enhanced Seed]]></category>

		<guid isPermaLink="false">http://dan.enhancedseed.com/?p=244</guid>
		<description><![CDATA[I ran into a couple of problems when attempting to compile the code provided by the Source SDK. I&#8217;m using Visual Express C++ 2008, and I thought I was being stupid when the compiler kept crashing midway. My google-fu failed me when I first encountered this a few weeks back, and I even tried reinstalling [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a couple of problems when attempting to compile the code provided by the Source SDK. I&#8217;m using Visual Express C++ 2008, and I thought I was being stupid when the compiler kept crashing midway. My google-fu failed me when I first encountered this a few weeks back, and I even tried reinstalling VEC and the Microsoft SDKs.</p>
<p>Fortunately, I then decided to flip through the Talk page for the Valve Developer Wiki page on <a href="http://developer.valvesoftware.com/wiki/Compiling_under_VS2008">Compiling with VS2008</a>, and found out that <a href="http://developer.valvesoftware.com/cgi-bin/bugzilla/show_bug.cgi?id=214">it was in fact a reported bug</a>. Soon, the article was updated to include a fix for it.</p>
<p>However, I still couldn&#8217;t successfully build the object,Â  as I was getting Linker errors. I then realized that the Wiki article had left out a minor detail &#8211; when modifying the properties for the solutions, you had to configure them for Release configuration, not the default active Debug mode. You also then need to set the project to build for Release.</p>
<p>Finally, I ran into one final error. During the output phase, I got the error &#8220;PRJ0007 : Could not create output directory &#8230;&#8221; a quick search through the internet and I found <a href="http://www.mail-archive.com/hlcoders@list.valvesoftware.com/msg23134.html">this</a> . The solution was correct, but I was still getting the error &#8220;PRJ0019: A tool returned an error code from &#8220;Copying to destination folder&#8221;" (of course, there were a few more details given, but I forgot exactly what they were). I went to check to see what&#8217;s up with the directory it&#8217;s trying to copy to. The permissions were correct, path was correct&#8230; then I realized that somehow, due to the initial error, a bin file had been created (rather than a bin folder). This seemed to prevent the compiler from creating a new bin folder, so I deleted the file and true enough, I finally got it to build correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://dan.enhancedseed.com/2008/compiling-hl2mp-with-vs2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
