<?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/"
		>
<channel>
	<title>Comments on: My Quick Eclipse C++ with X-Plane Plugin SDK Recipe</title>
	<atom:link href="http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/feed" rel="self" type="application/rss+xml" />
	<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe</link>
	<description>Pixels bleed just like us...</description>
	<lastBuildDate>Mon, 08 Mar 2010 23:37:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Josh</title>
		<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/comment-page-1#comment-155</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlockhart.com/wordpress/?p=31#comment-155</guid>
		<description>These are the last two lines of the log file.

&quot;Fetching for C:\X-Plane 8.60\Resources\plugins
Loaded: C:\X-Plane 8.60\Resources\plugins\PluginAdminWin.xpl.&quot;

There doesn&#039;t seem to be an error.
It just appears to not be able to load the plugin file at all.

I think it is dependency related in terms of the DLLs not linking properly on this stupid windows machine. Any further suggestions?</description>
		<content:encoded><![CDATA[<p>These are the last two lines of the log file.</p>
<p>&#8220;Fetching for C:\X-Plane 8.60\Resources\plugins<br />
Loaded: C:\X-Plane 8.60\Resources\plugins\PluginAdminWin.xpl.&#8221;</p>
<p>There doesn&#8217;t seem to be an error.<br />
It just appears to not be able to load the plugin file at all.</p>
<p>I think it is dependency related in terms of the DLLs not linking properly on this stupid windows machine. Any further suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl.lockhart</title>
		<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/comment-page-1#comment-154</link>
		<dc:creator>karl.lockhart</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlockhart.com/wordpress/?p=31#comment-154</guid>
		<description>I haven&#039;t messed with x-plane in a bit, but you can usually find the exact reason for the failure in the x-plane log files. In my experience, it was usually dependency related.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t messed with x-plane in a bit, but you can usually find the exact reason for the failure in the x-plane log files. In my experience, it was usually dependency related.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/comment-page-1#comment-153</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlockhart.com/wordpress/?p=31#comment-153</guid>
		<description>Hello, 
I followed the instructions here, and they work as far as compiling the .xpl file. 

However when i insert it into the plugins folder in xplane and then try to run the program, it crashes when trying to load the plug in.

I am using just the helloWorld.c example from xplane.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I followed the instructions here, and they work as far as compiling the .xpl file. </p>
<p>However when i insert it into the plugins folder in xplane and then try to run the program, it crashes when trying to load the plug in.</p>
<p>I am using just the helloWorld.c example from xplane.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/comment-page-1#comment-55</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 24 Apr 2009 07:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlockhart.com/wordpress/?p=31#comment-55</guid>
		<description>Great Karl
  a HelloWorld or such to get me started would be great. Actually I&#039;ve those errors. I don&#039;t know where to change the paths in Eclipse or to define the main function.
-----------
Warning: /Users/Michael/Desktop/C++/CitX;C: No such file or directory.
Warning: C:\Users\Michael\Desktop\C++\CitX/C: No such file or directory.
Function &quot;main&quot; not defined.</description>
		<content:encoded><![CDATA[<p>Great Karl<br />
  a HelloWorld or such to get me started would be great. Actually I&#8217;ve those errors. I don&#8217;t know where to change the paths in Eclipse or to define the main function.<br />
&#8212;&#8212;&#8212;&#8211;<br />
Warning: /Users/Michael/Desktop/C++/CitX;C: No such file or directory.<br />
Warning: C:\Users\Michael\Desktop\C++\CitX/C: No such file or directory.<br />
Function &#8220;main&#8221; not defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl.lockhart</title>
		<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/comment-page-1#comment-54</link>
		<dc:creator>karl.lockhart</dc:creator>
		<pubDate>Fri, 24 Apr 2009 00:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlockhart.com/wordpress/?p=31#comment-54</guid>
		<description>Michael, I haven&#039;t really spent much time configuring debug. I am not exactly sure how this would work. I&#039;ll take a look and see what I can find.</description>
		<content:encoded><![CDATA[<p>Michael, I haven&#8217;t really spent much time configuring debug. I am not exactly sure how this would work. I&#8217;ll take a look and see what I can find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/comment-page-1#comment-53</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 23 Apr 2009 19:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlockhart.com/wordpress/?p=31#comment-53</guid>
		<description>Hi
thanks but the more complicated part you&#039;ve left out. DEBUG. Can u set up a debug configuration?
That would be very helpful.
Regards Michael</description>
		<content:encoded><![CDATA[<p>Hi<br />
thanks but the more complicated part you&#8217;ve left out. DEBUG. Can u set up a debug configuration?<br />
That would be very helpful.<br />
Regards Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.karlockhart.com/wordpress/2009/01/20/my-quick-eclipse-c-with-x-plane-plugin-sdk-recipe/comment-page-1#comment-52</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 20 Apr 2009 11:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.karlockhart.com/wordpress/?p=31#comment-52</guid>
		<description>Hi
many thanks but how can I debug this now?
Regards Michael</description>
		<content:encoded><![CDATA[<p>Hi<br />
many thanks but how can I debug this now?<br />
Regards Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
