<?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: amBXLib</title>
	<atom:link href="http://grazz.com/projects/ambxlib/feed/" rel="self" type="application/rss+xml" />
	<link>http://grazz.com</link>
	<description>Building Better Worlds</description>
	<lastBuildDate>Fri, 06 Aug 2010 10:44:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Robert</title>
		<link>http://grazz.com/projects/ambxlib/comment-page-1/#comment-263</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://grazz.com/?page_id=240#comment-263</guid>
		<description>I actually didn&#039;t try the basic interop functionality in .NET, but I think that should work. amBX was written in C++/CLI because of my earlier experiences with DirectShow and .NET. I like the syntax and &#039;cleanliness&#039; of integration :)</description>
		<content:encoded><![CDATA[<p>I actually didn't try the basic interop functionality in .NET, but I think that should work. amBX was written in C++/CLI because of my earlier experiences with DirectShow and .NET. I like the syntax and 'cleanliness' of integration :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://grazz.com/projects/ambxlib/comment-page-1/#comment-262</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://grazz.com/?page_id=240#comment-262</guid>
		<description>Yes, that is exactly right (although VB has been a while for me). Don&#039;t forget to call AMBX.Dispose() at the end of your program! :)</description>
		<content:encoded><![CDATA[<p>Yes, that is exactly right (although VB has been a while for me). Don't forget to call AMBX.Dispose() at the end of your program! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darin</title>
		<link>http://grazz.com/projects/ambxlib/comment-page-1/#comment-256</link>
		<dc:creator>Darin</dc:creator>
		<pubDate>Sat, 30 Jan 2010 04:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://grazz.com/?page_id=240#comment-256</guid>
		<description>Hi

I was just wondering if you ever had a chance to put together a sample showing the use of your lib. I&#039;m having a prob instantiating an AMBX object from VB.net. It&#039;s acting like I don&#039;t have some runtime component set right, but the exception is pretty much empty. Not much to go on.

I&#039;m just setting it up like so:

    Private AMBX As amBX = New amBXLib.amBX(1, 0, &quot;Test App&quot;, &quot;1.0.0&quot;)

Does that look right?

Thanks
And very cool idea.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I was just wondering if you ever had a chance to put together a sample showing the use of your lib. I'm having a prob instantiating an AMBX object from VB.net. It's acting like I don't have some runtime component set right, but the exception is pretty much empty. Not much to go on.</p>
<p>I'm just setting it up like so:</p>
<p>    Private AMBX As amBX = New amBXLib.amBX(1, 0, "Test App", "1.0.0")</p>
<p>Does that look right?</p>
<p>Thanks<br />
And very cool idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darin</title>
		<link>http://grazz.com/projects/ambxlib/comment-page-1/#comment-218</link>
		<dc:creator>Darin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://grazz.com/?page_id=240#comment-218</guid>
		<description>Wow. Just picked up an ambx and was getting prepped to do this exact same thing!

Just looking over the code, I never realized you could make actual .net assemblies in C++. Pretty slick.

I&#039;m guessing it&#039;s not possible to do the same thing via managed code because of the core ambx interfaces being C based? Or was it just easier this way, since you&#039;d already have all the headers etc in .h files?

Regardless, thanks for making this available!</description>
		<content:encoded><![CDATA[<p>Wow. Just picked up an ambx and was getting prepped to do this exact same thing!</p>
<p>Just looking over the code, I never realized you could make actual .net assemblies in C++. Pretty slick.</p>
<p>I'm guessing it's not possible to do the same thing via managed code because of the core ambx interfaces being C based? Or was it just easier this way, since you'd already have all the headers etc in .h files?</p>
<p>Regardless, thanks for making this available!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://grazz.com/projects/ambxlib/comment-page-1/#comment-211</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 27 Dec 2009 10:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://grazz.com/?page_id=240#comment-211</guid>
		<description>It certainly is. Any .NET language should be able to use the library.</description>
		<content:encoded><![CDATA[<p>It certainly is. Any .NET language should be able to use the library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: svelde</title>
		<link>http://grazz.com/projects/ambxlib/comment-page-1/#comment-189</link>
		<dc:creator>svelde</dc:creator>
		<pubDate>Sat, 12 Dec 2009 15:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://grazz.com/?page_id=240#comment-189</guid>
		<description>Interesting. Is it also usable for c#?</description>
		<content:encoded><![CDATA[<p>Interesting. Is it also usable for c#?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
