<?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"
	>
<channel>
	<title>Comments on: How To: Implement DirectShow Filter using DirectX Media Object DMO (Part 5: In-Place Processing)</title>
	<atom:link href="http://alax.info/blog/494/feed" rel="self" type="application/rss+xml" />
	<link>http://alax.info/blog/494</link>
	<description>Software Production Line</description>
	<pubDate>Thu, 20 Nov 2008 17:57:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: alax</title>
		<link>http://alax.info/blog/494#comment-5634</link>
		<dc:creator>alax</dc:creator>
		<pubDate>Sun, 24 Aug 2008 06:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://alax.info/blog/?p=494#comment-5634</guid>
		<description>&lt;blockquote&gt;&lt;b&gt;Guest:&lt;/b&gt; I wanted to try your code for implementing DirectShow filters using DMOs but found an unresolved reference to &lt;strong&gt;AtlSetPerUserRegistration&lt;/strong&gt;.  I cannot seem to find out anything about this ATL function.&lt;/blockquote&gt;

It appeared in Visual Studio 2008, just comment it out. 

&lt;blockquote&gt;&lt;b&gt;Guest:&lt;/b&gt; I am still using VS 2005, but I figured that at least there should be some docs on it at MS. Found nothing. I will try commenting it out.&lt;/blockquote&gt;

Yes, it is an undocumented [yet] feature but generated by default project wizard.
 
I am pretty sure Microsoft will document it soon and it will be quite useful: it will allow registration of COM classes from under non-admin account. However it might be still not useful enough for DMOs because they will need additional entries under &lt;b&gt;HKEY_CLASSES_ROOT&lt;/b&gt; for which there will still be insufficient permissions.

See also: &lt;a href="http://alax.info/blog/463" rel="nofollow"&gt;ATL and Visual Studio C++.NET 2008 Goodies&lt;/a&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><b>Guest:</b> I wanted to try your code for implementing DirectShow filters using DMOs but found an unresolved reference to <strong>AtlSetPerUserRegistration</strong>.  I cannot seem to find out anything about this ATL function.</p></blockquote>
<p>It appeared in Visual Studio 2008, just comment it out. </p>
<blockquote><p><b>Guest:</b> I am still using VS 2005, but I figured that at least there should be some docs on it at MS. Found nothing. I will try commenting it out.</p></blockquote>
<p>Yes, it is an undocumented [yet] feature but generated by default project wizard.</p>
<p>I am pretty sure Microsoft will document it soon and it will be quite useful: it will allow registration of COM classes from under non-admin account. However it might be still not useful enough for DMOs because they will need additional entries under <b>HKEY_CLASSES_ROOT</b> for which there will still be insufficient permissions.</p>
<p>See also: <a href="http://alax.info/blog/463" rel="nofollow">ATL and Visual Studio C++.NET 2008 Goodies</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
