<?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: linking libraries with mozilla xpcom</title>
	<atom:link href="http://snarfed.org/linking_libraries_with_mozilla_xpcom/feed" rel="self" type="application/rss+xml" />
	<link>http://snarfed.org</link>
	<description>Ryan Barrett&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:20:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Adi</title>
		<link>http://snarfed.org/linking_libraries_with_mozilla_xpcom#comment-5638</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Wed, 04 Aug 2010 14:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/linking_libraries_with_mozilla_xpcom#comment-5638</guid>
		<description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;Any solution for the above error NS_ERROR_XPC_CI_RETURNED_FAILURE.I get this when I run my app with xulrunner&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>

<p>Any solution for the above error NS_ERROR_XPC_CI_RETURNED_FAILURE.I get this when I run my app with xulrunner</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://snarfed.org/linking_libraries_with_mozilla_xpcom#comment-642</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/linking_libraries_with_mozilla_xpcom#comment-642</guid>
		<description>&lt;p&gt;Hi,
I also had the same problem as you and I add libraries and header files in following variables&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;EXTRA_LIBS&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;LOCAL_INCLUDES&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;Compiling and linking part is working fine. but when I try to make a object in JS it shows the following error:&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p&gt;uncaught exception: 0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance&quot;  nsresult: &quot;0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE)&quot;  location: &quot;JS frame :: typein :: &lt;TOP_LEVEL&gt; :: line 3&quot;  data: no]&lt;/p&gt;

&lt;hr class=&quot;line&quot;/&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;Do you have some idea about this.
           thanx!&lt;/p&gt;

&lt;p class=&quot;paragraph&quot;/&gt;

&lt;p&gt;&lt;i class=&quot;italic&quot;&gt;- Dimuthu&lt;/i&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
I also had the same problem as you and I add libraries and header files in following variables</p>

<p class="paragraph"/>

<p>EXTRA_LIBS</p>

<p class="paragraph"/>

<p>LOCAL_INCLUDES</p>

<p class="paragraph"/>

<p>Compiling and linking part is working fine. but when I try to make a object in JS it shows the following error:</p>

<p class="paragraph"/>

<hr class="line"/>

<p>uncaught exception: 0&#215;80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance"  nsresult: "0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE)"  location: "JS frame :: typein :: &#60;TOP_LEVEL&#62; :: line 3"  data: no]</p>

<hr class="line"/>

<p class="paragraph"/>

<p>Do you have some idea about this.
           thanx!</p>

<p class="paragraph"/>

<p><i class="italic">- Dimuthu</i></p>]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://snarfed.org/linking_libraries_with_mozilla_xpcom#comment-643</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/linking_libraries_with_mozilla_xpcom#comment-643</guid>
		<description>&lt;p&gt;hey dimuthu! it&#039;s been a while since i hacked on xpcom, so unfortunately, i can&#039;t help you much. i&#039;ll ping a friend who might know more, though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hey dimuthu! it&#8217;s been a while since i hacked on xpcom, so unfortunately, i can&#8217;t help you much. i&#8217;ll ping a friend who might know more, though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas durfina</title>
		<link>http://snarfed.org/linking_libraries_with_mozilla_xpcom#comment-644</link>
		<dc:creator>Lukas durfina</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/linking_libraries_with_mozilla_xpcom#comment-644</guid>
		<description>&lt;p&gt;I am working on my bachelor work. I am developing a component&lt;br /&gt;
with cooperate with some third party library and have same problem. I like to talk with people, who have some experience with this. My email: lukas [dot] durfina&#160; [at] gmail [dot] org&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am working on my bachelor work. I am developing a component<br />
with cooperate with some third party library and have same problem. I like to talk with people, who have some experience with this. My email: lukas [dot] durfina&nbsp; [at] gmail [dot] org</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Long</title>
		<link>http://snarfed.org/linking_libraries_with_mozilla_xpcom#comment-645</link>
		<dc:creator>Long</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://snarfed.org/wordpress/linking_libraries_with_mozilla_xpcom#comment-645</guid>
		<description>&lt;p&gt;Please post here, I&#039;m also having some strange behavior linking extra libraries to XPCOM.&lt;br /&gt;
&lt;br /&gt;
Specifically; dereferencing a pointer to an ofstream causes a segfault, but only when the library is used in an XPCOM component.&#160; When it is linked into another application it works fine.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Please post here, I&#8217;m also having some strange behavior linking extra libraries to XPCOM.<br />
<br />
Specifically; dereferencing a pointer to an ofstream causes a segfault, but only when the library is used in an XPCOM component.&nbsp; When it is linked into another application it works fine.</p>]]></content:encoded>
	</item>
</channel>
</rss>

