<?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>果树 &#187; SDL</title>
	<atom:link href="http://blog.qevan.com/tag/sdl/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.qevan.com</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 05:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SDL set up with VC++ 2008</title>
		<link>http://blog.qevan.com/posts/359.g</link>
		<comments>http://blog.qevan.com/posts/359.g#comments</comments>
		<pubDate>Fri, 30 Jan 2009 08:56:15 +0000</pubDate>
		<dc:creator>果子</dc:creator>
				<category><![CDATA[技术贴]]></category>
		<category><![CDATA[SDL]]></category>
		<category><![CDATA[VC]]></category>

		<guid isPermaLink="false">http://blog.qevan.com/posts/359.g</guid>
		<description><![CDATA[The set up is quite similar with Open CV setup (actually many SDK setup is similar).&#160; extract the package to some folder, such as D:\SDLDEV\* add path to Visual C++ Tools-&#62;Options-&#62;Projects and Solutions Library Files add D:\SDLDEV\SDL_image... ]]></description>
			<content:encoded><![CDATA[<p>The set up is quite similar with Open CV setup (actually many SDK setup is similar).&#160; </p>
<ol>
<li>extract the package to some folder, such as D:\SDLDEV\*</li>
<li>add path to<strong> Visual C++ Tools-&gt;Options-&gt;Projects and Solutions</strong></li>
<ol>
<li>Library Files</li>
<ol>
<li>add <strong>D:\SDLDEV\SDL_image-1.2.7\lib</strong>&#160; and<strong> D:\SDLDEV\SDL-1.2.13\lib</strong></li>
</ol>
<li>Include Files </li>
<ol>
<li>add <strong>D:\SDLDEV\SDL_image-1.2.7\include</strong> and <strong>D:\SDLDEV\SDL-1.2.13</strong>\include</li>
</ol>
</ol>
<li>When create a new project, add <strong>SDL.lib SDLmain.lib</strong> to<strong> project-&gt;Configuration Properties-&gt;Linker-&gt;Input =&gt; additional dependencies.</strong></li>
<li>Copy <strong>sdl.dll</strong> to exe folder. </li>
<li>If it does not work, check if you have used other lib in your program, add them. This short instruction only use two lib, SDL lib and SDL_image lib, for demo.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.qevan.com/posts/359.g/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

