<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>spidermonkey-dotnet</title><link>http://spidermonkeydotnet.codeplex.com/Project/ProjectRss.aspx</link><description>spidermonkey-dotnet is a binding between the original javascript engine SpiderMonkey and the .Net platform.  Future releases will include easy to use javascript wrappers for .Net objects, and possi...</description><item><title>New Post: js32.dll not found?</title><link>http://spidermonkeydotnet.codeplex.com/Thread/View.aspx?ThreadId=32196</link><description>&lt;div style="line-height: normal;"&gt;Thanks,&lt;br&gt;
&lt;br&gt;
i'll try that. 
&lt;/div&gt;</description><author>tkanos</author><pubDate>Thu, 23 Apr 2009 06:55:46 GMT</pubDate><guid isPermaLink="false">New Post: js32.dll not found? 20090423065546A</guid></item><item><title>New Post: js32.dll not found?</title><link>http://spidermonkeydotnet.codeplex.com/Thread/View.aspx?ThreadId=32196</link><description>&lt;div style="line-height: normal;"&gt;Maybe you're missing DLL dependencies. Try running DependencyWalker on it.&lt;br&gt;
You you have a .manifest for it, if you haven't try generating one.&lt;br&gt;
&lt;br&gt;
For more information, see this topic:&lt;br&gt;
http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/36971526-95f3-4a9f-a601-1843c86332c1&lt;br&gt;
&lt;/div&gt;</description><author>Rynus_Rein</author><pubDate>Wed, 22 Apr 2009 14:59:37 GMT</pubDate><guid isPermaLink="false">New Post: js32.dll not found? 20090422025937P</guid></item><item><title>New Post: js32.dll not found?</title><link>http://spidermonkeydotnet.codeplex.com/Thread/View.aspx?ThreadId=32196</link><description>&lt;div style="line-height: normal;"&gt;I have a similar problem :&lt;br&gt;
&lt;br&gt;
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'js32.dll':&lt;br&gt;
&amp;nbsp;This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at SpiderMonkey.JS.JS_Init(UInt32 maxbytes)&lt;br&gt;
&amp;nbsp;&amp;nbsp; at smnettest.Program.Main(String[] args) &lt;br&gt;
&lt;br&gt;
Any idea ?&lt;br&gt;
I use the beta 0.1.5.&lt;br&gt;
&lt;br&gt;
Tkanos&lt;br&gt;
&lt;/div&gt;</description><author>tkanos</author><pubDate>Wed, 22 Apr 2009 14:51:52 GMT</pubDate><guid isPermaLink="false">New Post: js32.dll not found? 20090422025152P</guid></item><item><title>New Post: AccessViolationException when trying to call JS_HasProperty</title><link>http://spidermonkeydotnet.codeplex.com/Thread/View.aspx?ThreadId=52159</link><description>&lt;div style="line-height: normal;"&gt;I am trying to check for a property on the global object, like so:&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;&lt;code&gt;
IntPtr isWindowDefined = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(bool)));&lt;br&gt;
JS.JS_HasProperty(cxPtr, globalClassPtr, &amp;quot;window&amp;quot;, isWindowDefined);&lt;br&gt;
&lt;/code&gt;&lt;/blockquote&gt;&lt;code&gt;&lt;/code&gt;I get an AccessViolationException on the second line above. What am I doing wrong?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Vidar &lt;code&gt;&lt;/code&gt;
&lt;/div&gt;</description><author>vidarkongsli</author><pubDate>Fri, 03 Apr 2009 09:13:50 GMT</pubDate><guid isPermaLink="false">New Post: AccessViolationException when trying to call JS_HasProperty 20090403091350A</guid></item><item><title>New Post: js32.dll not found?</title><link>http://www.codeplex.com/spidermonkeydotnet/Thread/View.aspx?ThreadId=32196</link><description>&lt;div style="line-height: normal;"&gt;Can you provide step by step directions please.
&lt;/div&gt;</description><author>AdrianLopez</author><pubDate>Wed, 11 Feb 2009 03:15:28 GMT</pubDate><guid isPermaLink="false">New Post: js32.dll not found? 20090211031528A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/spidermonkeydotnet/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
spidermonkey-dotnet is a binding between the original JavaScript engine SpiderMonkey and the .Net platform.  &lt;br /&gt; &lt;br /&gt;The current beta release is a stable, thin interface to the engine:&lt;br /&gt;&lt;a href="http://codepraxis.com/post/2006/06/28/Embedding-a-C-Class-in-SpiderMonkey.aspx" class="externalLink"&gt;Embedding a C# class in SpiderMonkey&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The code in alpha provides functions to &lt;a href="http://codepraxis.com/post/2006/09/15/Code-Preview-of-Generic-Object-Embedding.aspx" class="externalLink"&gt;automatically embed your classes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; into the engine with little, if any, interaction with the JS API.  The best example I'm working on is now &lt;a href="http://www.codeplex.com/GibberMonkey" class="externalLink"&gt;GibberMonkey&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;contact: derekpetillo@yahoo.com&lt;br /&gt;
&lt;/div&gt;</description><author>abstraktmethodz</author><pubDate>Fri, 02 Jan 2009 22:01:52 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090102100152P</guid></item><item><title>New Post: js32.dll not found?</title><link>http://www.codeplex.com/spidermonkeydotnet/Thread/View.aspx?ThreadId=32196</link><description>&lt;div style="line-height: normal;"&gt;already found it out: my application was missing msvc90.dll :-/&lt;br&gt;
Seems&amp;nbsp; js32.dll is causing it, I fixed it by dynamically creating a reference to it in my manifest at build time :/&lt;br&gt;
&lt;/div&gt;</description><author>Rynus_Rein</author><pubDate>Thu, 24 Jul 2008 22:04:01 GMT</pubDate><guid isPermaLink="false">New Post: js32.dll not found? 20080724100401P</guid></item><item><title>New Post: js32.dll not found?</title><link>http://www.codeplex.com/spidermonkeydotnet/Thread/View.aspx?ThreadId=32196</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br&gt;
&lt;br&gt;
As soon as I call JS.Init, I get an DllNotFoundException (js32.dll). I tried putting js32.dll in my debug/release/system32 folder, but it didn't work.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Unable to load DLL 'js32.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Any idea what I'm doing wrong here?&lt;br&gt;
&lt;br&gt;
-Rynus_Rein&lt;br&gt;
&lt;/div&gt;</description><author>Rynus_Rein</author><pubDate>Thu, 24 Jul 2008 16:44:06 GMT</pubDate><guid isPermaLink="false">New Post: js32.dll not found? 20080724044406P</guid></item><item><title>UPDATED RELEASE: 0.2.0 Alpha (Sep 15, 2006)</title><link>http://www.codeplex.com/spidermonkeydotnet/Release/ProjectReleases.aspx?ReleaseId=268</link><description>&lt;div&gt;
Prerelease of new aspect oriented approach to automatically embed .NET objects.  Shell implemented with new technique included.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 14 Jul 2008 22:36:18 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.2.0 Alpha (Sep 15, 2006) 20080714103618P</guid></item><item><title>Released: 0.2.0 Alpha (Sep 15, 2006)</title><link>http://www.codeplex.com/spidermonkeydotnet/Release/ProjectReleases.aspx?ReleaseId=268</link><description>&lt;div&gt;
Prerelease of new aspect oriented approach to automatically embed .NET objects.  Shell implemented with new technique included.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Mon, 14 Jul 2008 22:36:18 GMT</pubDate><guid isPermaLink="false">Released: 0.2.0 Alpha (Sep 15, 2006) 20080714103618P</guid></item><item><title>NEW POST: Is SM.NET alive?</title><link>http://www.codeplex.com/spidermonkeydotnet/Thread/View.aspx?ThreadId=12567</link><description>&lt;div class="wikidoc"&gt;
The project seems to be stagnant at the moment :(&lt;br /&gt; &lt;br /&gt;The generic object embedding seems to work at a basic level, in the development branch of the latest release.  It's still kind of buggy and incomplete, especially with regards to the ability for javascript to attach to events exposed by embedded C# objects, but that's something I was able to resolve locally within a couple of hours (having never perused the code before).&lt;br /&gt; &lt;br /&gt;I am sincerely hoping that this project is not dead, because it is absolutely fascinating, and has a great deal of potential.  &lt;br /&gt;
&lt;/div&gt;</description><author>Takuan</author><pubDate>Sun, 12 Aug 2007 17:28:24 GMT</pubDate><guid isPermaLink="false">NEW POST: Is SM.NET alive? 20070812052824P</guid></item><item><title>NEW POST: Is SM.NET alive?</title><link>http://www.codeplex.com/spidermonkeydotnet/Thread/View.aspx?ThreadId=12567</link><description>&lt;div class="wikidoc"&gt;
Hi!&lt;br /&gt; &lt;br /&gt;I'm curious if You still develop this great .NET library? I'd really love to see those new nice features (&lt;a href="http://www.codepraxis.com/2006/08/preview-of-generic-object-embedding.html" class="externalLink"&gt;http://www.codepraxis.com/2006/08/preview-of-generic-object-embedding.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) in action!&lt;br /&gt;
&lt;/div&gt;</description><author>thegreatcapybara</author><pubDate>Fri, 13 Jul 2007 16:34:12 GMT</pubDate><guid isPermaLink="false">NEW POST: Is SM.NET alive? 20070713043412P</guid></item><item><title>NEW POST: Licensing</title><link>http://www.codeplex.com/spidermonkeydotnet/Thread/View.aspx?ThreadId=9626</link><description>&lt;div class="wikidoc"&gt;
Martin,&lt;br /&gt; &lt;br /&gt;As I understand it SpiderMonkey itself is LGPL, so it can be redistributed with non-free or open source programs/libraries.  The basic SpiderMonkey-DotNet stuff has been LGPL'd also so this is obviously compatible.  The developer's license I have stamped on the rest of the functionality doesn't grant any rights to redistribute, and so the SpiderMonkey license doesn't really matter to the user as long as I am in compliance.  &lt;br /&gt; &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;MartinHarper wrote:&lt;br /&gt;I am confused by the different licenses for SpiderMonkey and SpiderMonkey-DotNet. It seems to me that SpiderMonkey is triple licensed under the MPL 1.1/GPL 2.0/LGPL 2.1. Meanwhile, SpiderMonkey-DotNet is licensed under a custom license that makes no reference to the above licenses, and is distributed without SpiderMonkey.&lt;br /&gt; &lt;br /&gt;I'd appreciate guidance as to how these licenses are intended to interact in this case.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>abstraktmethodz</author><pubDate>Wed, 23 May 2007 19:57:24 GMT</pubDate><guid isPermaLink="false">NEW POST: Licensing 20070523075724P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/spidermonkeydotnet/SourceControl/ListDownloadableCommits.aspx</link><description>update methods to shuffle double values in &amp;#38; out of CLR</description><author>abstraktmethodz</author><pubDate>Fri, 04 May 2007 04:04:08 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070504040408A</guid></item><item><title>CREATED RELEASE: 0.1.5 Beta (May 01, 2007)</title><link>http://www.codeplex.com/spidermonkeydotnet/Release/ProjectReleases.aspx?ReleaseId=3891</link><description>This release represents a new code branch for new LGPL offerings.  </description><author></author><pubDate>Wed, 02 May 2007 04:34:24 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.1.5 Beta (May 01, 2007) 20070502043424A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/spidermonkeydotnet/SourceControl/ListDownloadableCommits.aspx</link><description>new branch, stamping LGPL license</description><author>abstraktmethodz</author><pubDate>Wed, 02 May 2007 04:19:16 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070502041916A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/spidermonkeydotnet/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>abstraktmethodz</author><pubDate>Wed, 02 May 2007 03:44:58 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070502034458A</guid></item><item><title>NEW POST: Licensing</title><link>http://www.codeplex.com/spidermonkeydotnet/Thread/View.aspx?ThreadId=9626</link><description>&lt;div class="wikidoc"&gt;
I am confused by the different licenses for SpiderMonkey and SpiderMonkey-DotNet. It seems to me that SpiderMonkey is triple licensed under the MPL 1.1/GPL 2.0/LGPL 2.1. Meanwhile, SpiderMonkey-DotNet is licensed under a custom license that makes no reference to the above licenses, and is distributed without SpiderMonkey.&lt;br /&gt; &lt;br /&gt;I'd appreciate guidance as to how these licenses are intended to interact in this case.&lt;br /&gt;
&lt;/div&gt;</description><author>MartinHarper</author><pubDate>Wed, 25 Apr 2007 21:16:25 GMT</pubDate><guid isPermaLink="false">NEW POST: Licensing 20070425091625P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/spidermonkeydotnet/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
spidermonkey-dotnet is a binding between the original JavaScript engine SpiderMonkey and the .Net platform.  &lt;br /&gt; &lt;br /&gt;The current beta release is a stable, thin interface to the engine:&lt;br /&gt;&lt;a href="http://codepraxis.com/2006/06/embedding-c-class-in-spidermonkey.html" class="externalLink"&gt;Embedding a C# class in SpiderMonkey&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The code in alpha provides functions to &lt;a href="http://codepraxis.com/2006/09/code-preview-of-generic-object.html" class="externalLink"&gt;automatically embed your classes&lt;/a&gt; into the engine with little, if any, interaction with the JS API.  The best example I'm working on is now &lt;a href="http://www.codeplex.com/GibberMonkey" class="externalLink"&gt;GibberMonkey&lt;/a&gt;.&lt;br /&gt; &lt;br /&gt;contact: derekpetillo@yahoo.com&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>abstraktmethodz</author><pubDate>Tue, 06 Feb 2007 18:05:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070206060523P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=spidermonkeydotnet&amp;title=Home&amp;version=8</link><description>&lt;p&gt;
spidermonkey-dotnet is a binding between the original JavaScript engine SpiderMonkey and the .Net platform.&amp;nbsp;&amp;nbsp;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
The current beta release is a stable, thin interface to the engine:&lt;br/&gt;
&lt;a href="http://codepraxis.com/2006/06/embedding-c-class-in-spidermonkey.html"&gt;Embedding a C&amp;#35; class in SpiderMonkey&lt;/a&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
The code in alpha provides functions to &lt;a href="http://codepraxis.com/2006/09/code-preview-of-generic-object.html"&gt;automatically embed your classes&lt;/a&gt; into the engine with little, if any, interaction with the JS API.&amp;nbsp;&amp;nbsp;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
contact: derekpetillo@yahoo.com&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>abstraktmethodz</author><pubDate>Thu, 19 Oct 2006 17:32:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061019053217P</guid></item></channel></rss>