<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for MtRock.cs Paradise 16</title>
	<atom:link href="http://mtrockcs.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mtrockcs.wordpress.com</link>
	<description>Qingshuan's Programming Blog</description>
	<lastBuildDate>Sat, 24 Oct 2009 15:33:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Running OpenGL on Visual Studio 2005 by sikandar</title>
		<link>http://mtrockcs.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/#comment-52</link>
		<dc:creator>sikandar</dc:creator>
		<pubDate>Sat, 24 Oct 2009 15:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/#comment-52</guid>
		<description>.........................
........................</description>
		<content:encoded><![CDATA[<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C++/.NET] unresolved token / unresolved external symbol by Kendejo</title>
		<link>http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-50</link>
		<dc:creator>Kendejo</dc:creator>
		<pubDate>Wed, 23 Sep 2009 21:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-50</guid>
		<description>Helpful post - it was just what I needed to hear at the right time. I found and fixed my mistake.</description>
		<content:encoded><![CDATA[<p>Helpful post &#8211; it was just what I needed to hear at the right time. I found and fixed my mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C++/.NET] unresolved token / unresolved external symbol by Mt</title>
		<link>http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-49</link>
		<dc:creator>Mt</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-49</guid>
		<description>if the compiler says a function is unresolved, usually it is because the function is not implemented in a cpp file in the same project nor an referenced assembly. Thus the compiler cannot really find the body/executable of the method.

By MtRock.cs 
[I lost my wordpress account, so can leave a message as a visitor only.]</description>
		<content:encoded><![CDATA[<p>if the compiler says a function is unresolved, usually it is because the function is not implemented in a cpp file in the same project nor an referenced assembly. Thus the compiler cannot really find the body/executable of the method.</p>
<p>By MtRock.cs<br />
[I lost my wordpress account, so can leave a message as a visitor only.]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C++/.NET] unresolved token / unresolved external symbol by Joren</title>
		<link>http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-48</link>
		<dc:creator>Joren</dc:creator>
		<pubDate>Mon, 24 Aug 2009 08:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-48</guid>
		<description>I includes windows.h psapi.h and iostream but they fell off bcause of the xhtml</description>
		<content:encoded><![CDATA[<p>I includes windows.h psapi.h and iostream but they fell off bcause of the xhtml</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C++/.NET] unresolved token / unresolved external symbol by Joren</title>
		<link>http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-47</link>
		<dc:creator>Joren</dc:creator>
		<pubDate>Mon, 24 Aug 2009 08:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/2008/01/25/cnet-unresolved-token-unresolved-external-symbol/#comment-47</guid>
		<description>I can&#039;t find the unresolved symbol, my code:

#include 
#include 
#include 
using namespace std;
int main(){
	DWORD ProcesList[1024];
	DWORD Processes;
	EnumProcesses(&amp;ProcesList[0],sizeof(ProcesList),&amp;Processes);
}

error:Code.obj : error LNK2019: unresolved external symbol _EnumProcesses@12 referenced in function _main

EnumProcesses is declared in psapi.h so what is he talking about?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t find the unresolved symbol, my code:</p>
<p>#include<br />
#include<br />
#include<br />
using namespace std;<br />
int main(){<br />
	DWORD ProcesList[1024];<br />
	DWORD Processes;<br />
	EnumProcesses(&amp;ProcesList[0],sizeof(ProcesList),&amp;Processes);<br />
}</p>
<p>error:Code.obj : error LNK2019: unresolved external symbol _EnumProcesses@12 referenced in function _main</p>
<p>EnumProcesses is declared in psapi.h so what is he talking about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on use glui in VS by linuxprogram</title>
		<link>http://mtrockcs.wordpress.com/2008/08/18/use-glui-in-vs/#comment-45</link>
		<dc:creator>linuxprogram</dc:creator>
		<pubDate>Sat, 20 Sep 2008 13:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/?p=46#comment-45</guid>
		<description>step 1,2,3,4 is for setting up the Dev environment, which is unzip the package and use Microsoft studio to build the project in side, and copy the output library files and the header file to corresponding paths.

after the word &quot;finish&quot; at the end of step 4, the post settles a problem you might face when developing a specific glui project. and the prob is: you have to set &quot;Use MFC in a Shared DLL&quot;, otherwise the errors below wiil accur.

if you need any further explanation, feel free to let me know. 

Qingshuan</description>
		<content:encoded><![CDATA[<p>step 1,2,3,4 is for setting up the Dev environment, which is unzip the package and use Microsoft studio to build the project in side, and copy the output library files and the header file to corresponding paths.</p>
<p>after the word &#8220;finish&#8221; at the end of step 4, the post settles a problem you might face when developing a specific glui project. and the prob is: you have to set &#8220;Use MFC in a Shared DLL&#8221;, otherwise the errors below wiil accur.</p>
<p>if you need any further explanation, feel free to let me know. </p>
<p>Qingshuan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on use glui in VS by confused</title>
		<link>http://mtrockcs.wordpress.com/2008/08/18/use-glui-in-vs/#comment-44</link>
		<dc:creator>confused</dc:creator>
		<pubDate>Sat, 20 Sep 2008 11:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/?p=46#comment-44</guid>
		<description>Hi

Can you please explain the solution a bit more

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can you please explain the solution a bit more</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running OpenGL on Visual Studio 2005 by Danny Frazier</title>
		<link>http://mtrockcs.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/#comment-36</link>
		<dc:creator>Danny Frazier</dc:creator>
		<pubDate>Fri, 18 Apr 2008 18:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/2007/07/14/running-opengl-on-visual-studio-2005/#comment-36</guid>
		<description>This has saved me! You have no idea. #3 was driving me crazy.</description>
		<content:encoded><![CDATA[<p>This has saved me! You have no idea. #3 was driving me crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [C++/.NET] Wrapping Exceptions by Floyvs</title>
		<link>http://mtrockcs.wordpress.com/2008/02/19/cnet-wrapping-exceptions-2/#comment-35</link>
		<dc:creator>Floyvs</dc:creator>
		<pubDate>Mon, 24 Mar 2008 14:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://mtrockcs.wordpress.com/2008/02/19/cnet-wrapping-exceptions-2/#comment-35</guid>
		<description>well done, guy</description>
		<content:encoded><![CDATA[<p>well done, guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by bibomedia.com</title>
		<link>http://mtrockcs.wordpress.com/about/#comment-31</link>
		<dc:creator>bibomedia.com</dc:creator>
		<pubDate>Wed, 05 Mar 2008 23:43:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-31</guid>
		<description>:)</description>
		<content:encoded><![CDATA[<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
