<?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 for Andy McMullan</title>
	<atom:link href="http://www.andymcm.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.andymcm.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jul 2010 05:06:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Debug mode on the Pentax K20D DSLR by Ruben</title>
		<link>http://www.andymcm.com/?p=22&#038;cpage=1#comment-326</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Wed, 14 Jul 2010 05:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=22#comment-326</guid>
		<description>Does This Debug Mode Works For Version 1.03 ? 
Thanks..</description>
		<content:encoded><![CDATA[<p>Does This Debug Mode Works For Version 1.03 ?<br />
Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug mode on the Pentax K20D DSLR by Tihon</title>
		<link>http://www.andymcm.com/?p=22&#038;cpage=1#comment-232</link>
		<dc:creator>Tihon</dc:creator>
		<pubDate>Wed, 12 May 2010 19:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=22#comment-232</guid>
		<description>Thanks for the good instruction!

...can I set permanent exposure correction using debug menu, like AF-correction? My K20D always underexpos 0.5... 1  (</description>
		<content:encoded><![CDATA[<p>Thanks for the good instruction!</p>
<p>&#8230;can I set permanent exposure correction using debug menu, like AF-correction? My K20D always underexpos 0.5&#8230; 1  (</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unity’s VirtualMethodInterceptor with internal classes by Andy</title>
		<link>http://www.andymcm.com/?p=20&#038;cpage=1#comment-227</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 07 May 2010 09:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=20#comment-227</guid>
		<description>I raised a bug against Unity, but it was closed with &quot;The InternalVisibleTo approach is a hack and not supportable going forward.&quot;

http://unity.codeplex.com/WorkItem/View.aspx?WorkItemId=6623</description>
		<content:encoded><![CDATA[<p>I raised a bug against Unity, but it was closed with &#8220;The InternalVisibleTo approach is a hack and not supportable going forward.&#8221;</p>
<p><a href="http://unity.codeplex.com/WorkItem/View.aspx?WorkItemId=6623" rel="nofollow">http://unity.codeplex.com/WorkItem/View.aspx?WorkItemId=6623</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unity’s VirtualMethodInterceptor with internal classes by Mike Minutillo</title>
		<link>http://www.andymcm.com/?p=20&#038;cpage=1#comment-226</link>
		<dc:creator>Mike Minutillo</dc:creator>
		<pubDate>Fri, 07 May 2010 08:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=20#comment-226</guid>
		<description>Cheers Andy. I&#039;ve been banging my head against this for a couple of hours now. 

BTW Unity 2.0 has been officially released and the VirtualMethodInterceptor STILL checks for the targeted type being public: http://unity.codeplex.com/SourceControl/changeset/view/50871#427102</description>
		<content:encoded><![CDATA[<p>Cheers Andy. I&#8217;ve been banging my head against this for a couple of hours now. </p>
<p>BTW Unity 2.0 has been officially released and the VirtualMethodInterceptor STILL checks for the targeted type being public: <a href="http://unity.codeplex.com/SourceControl/changeset/view/50871#427102" rel="nofollow">http://unity.codeplex.com/SourceControl/changeset/view/50871#427102</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managed DCOM server by Andy</title>
		<link>http://www.andymcm.com/?p=15&#038;cpage=1#comment-224</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 05 May 2010 10:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=15#comment-224</guid>
		<description>Andrei - it sounds like the ICalculator interface is not registered.  Did you do the regasm step?</description>
		<content:encoded><![CDATA[<p>Andrei &#8211; it sounds like the ICalculator interface is not registered.  Did you do the regasm step?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managed DCOM server by Andrei Singeorzan</title>
		<link>http://www.andymcm.com/?p=15&#038;cpage=1#comment-223</link>
		<dc:creator>Andrei Singeorzan</dc:creator>
		<pubDate>Wed, 05 May 2010 09:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=15#comment-223</guid>
		<description>Hi,
I have tried this on Windows 7 and can&#039;t get it to work. In the C++ client, I can obtain a pointer to the IClassFactory interface with CoGetClassObject but when I try to create an instance of ICalculator from the class factory I get E_NOINTERFACE. Any ideas would be highly appreciated.. Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have tried this on Windows 7 and can&#8217;t get it to work. In the C++ client, I can obtain a pointer to the IClassFactory interface with CoGetClassObject but when I try to create an instance of ICalculator from the class factory I get E_NOINTERFACE. Any ideas would be highly appreciated.. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug mode on the Pentax K20D DSLR by Andy</title>
		<link>http://www.andymcm.com/?p=22&#038;cpage=1#comment-161</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 12 Apr 2010 19:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=22#comment-161</guid>
		<description>Pentax has software to do that called &quot;Remote Assistance&quot;.  It comes with the camera, but I&#039;ve never tried it.</description>
		<content:encoded><![CDATA[<p>Pentax has software to do that called &#8220;Remote Assistance&#8221;.  It comes with the camera, but I&#8217;ve never tried it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug mode on the Pentax K20D DSLR by Tony S</title>
		<link>http://www.andymcm.com/?p=22&#038;cpage=1#comment-160</link>
		<dc:creator>Tony S</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=22#comment-160</guid>
		<description>So, being a programmer and pentax camera owner, have you found any clues of how to write code to control the camera?  Specifically, it would be fun to use the computer to control the camera and do things like....time-lapse photography, or have it sync with a sensor that would tell the camera to fire at a specific time, etc...fun stuff like that.</description>
		<content:encoded><![CDATA[<p>So, being a programmer and pentax camera owner, have you found any clues of how to write code to control the camera?  Specifically, it would be fun to use the computer to control the camera and do things like&#8230;.time-lapse photography, or have it sync with a sensor that would tell the camera to fire at a specific time, etc&#8230;fun stuff like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug mode on the Pentax K20D DSLR by Noel Dodd</title>
		<link>http://www.andymcm.com/?p=22&#038;cpage=1#comment-146</link>
		<dc:creator>Noel Dodd</dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=22#comment-146</guid>
		<description>Thanks for the clear walkthru! I was tweaking my 50mm f1.2 due to excessive front focus, and couldn&#039;t dial enough in with the regular menu. Now it get a 1:1 match between AF indication of focus, viewfinder focus, and the correct spot on the image in focus.</description>
		<content:encoded><![CDATA[<p>Thanks for the clear walkthru! I was tweaking my 50mm f1.2 due to excessive front focus, and couldn&#8217;t dial enough in with the regular menu. Now it get a 1:1 match between AF indication of focus, viewfinder focus, and the correct spot on the image in focus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debug mode on the Pentax K20D DSLR by kunstharz</title>
		<link>http://www.andymcm.com/?p=22&#038;cpage=1#comment-24</link>
		<dc:creator>kunstharz</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=22#comment-24</guid>
		<description>I found your Blog when I was searching for lenses and I need to say, you do a really good job. You article helps me a lot! Thanks.</description>
		<content:encoded><![CDATA[<p>I found your Blog when I was searching for lenses and I need to say, you do a really good job. You article helps me a lot! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managed DCOM server by Andy McMullan</title>
		<link>http://www.andymcm.com/?p=15&#038;cpage=1#comment-12</link>
		<dc:creator>Andy McMullan</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=15#comment-12</guid>
		<description>I believe VB6 CreateObject allows you to specify a server name as the second parameter, so you&#039;d need to do that:&lt;br /&gt;&lt;br /&gt;Dim myComp as Object&lt;br /&gt;Set myComp = CreateObject(&quot;MyProgID&quot;, &quot;MyServerName&quot;)&lt;br /&gt;&lt;br /&gt;In the case where everything is on one machine, using &quot;localhost&quot; as the server name should work.</description>
		<content:encoded><![CDATA[<p>I believe VB6 CreateObject allows you to specify a server name as the second parameter, so you&#39;d need to do that:</p>
<p>Dim myComp as Object<br />Set myComp = CreateObject(&quot;MyProgID&quot;, &quot;MyServerName&quot;)</p>
<p>In the case where everything is on one machine, using &quot;localhost&quot; as the server name should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managed DCOM server by 衣田</title>
		<link>http://www.andymcm.com/?p=15&#038;cpage=1#comment-11</link>
		<dc:creator>衣田</dc:creator>
		<pubDate>Thu, 03 Dec 2009 05:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=15#comment-11</guid>
		<description>How to access this server by VB6?&lt;br /&gt;Thanks</description>
		<content:encoded><![CDATA[<p>How to access this server by VB6?<br />Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managed DCOM server by Andy McMullan</title>
		<link>http://www.andymcm.com/?p=15&#038;cpage=1#comment-10</link>
		<dc:creator>Andy McMullan</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=15#comment-10</guid>
		<description>Hi Alessando - you need to specify CLSCTX_LOCAL_SERVER AND/OR CLSCTX_REMOTE_SERVER on the client.  If you specify CLSCTX_INPROC_SERVER you&#039;ll hit the problem you describe.</description>
		<content:encoded><![CDATA[<p>Hi Alessando &#8211; you need to specify CLSCTX_LOCAL_SERVER AND/OR CLSCTX_REMOTE_SERVER on the client.  If you specify CLSCTX_INPROC_SERVER you&#39;ll hit the problem you describe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managed DCOM server by Alessandro</title>
		<link>http://www.andymcm.com/?p=15&#038;cpage=1#comment-9</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=15#comment-9</guid>
		<description>I did a trial with your proposed solution, and it works, but not as expected.&lt;br /&gt;The .exe external process, is not called over dcom, but the .exe is loaded INTERNALLY at the client.&lt;br /&gt;I have read other similar threads and it&#039;s the expected behavior.&lt;br /&gt;Mayb it&#039;s needed to change reg keys to point to the external com server.</description>
		<content:encoded><![CDATA[<p>I did a trial with your proposed solution, and it works, but not as expected.<br />The .exe external process, is not called over dcom, but the .exe is loaded INTERNALLY at the client.<br />I have read other similar threads and it&#39;s the expected behavior.<br />Mayb it&#39;s needed to change reg keys to point to the external com server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Toolkit DataGrid is an uggo by Andy McMullan</title>
		<link>http://www.andymcm.com/?p=13&#038;cpage=1#comment-8</link>
		<dc:creator>Andy McMullan</dc:creator>
		<pubDate>Tue, 27 Oct 2009 08:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=13#comment-8</guid>
		<description>The dotted black border is to show keyboard users which cell has the focus, so you probably don&#039;t want to get rid of it completely.  But if you really want to, you can do it by setting the FocusVisualStyle property on the DataGridCell, e.g.:&lt;br /&gt;&lt;br /&gt;&lt;Setter Property=&quot;FocusVisualStyle&quot;&gt;&lt;br /&gt;   &lt;Setter.Value&gt;&lt;br /&gt;      &lt;Style TargetType=&quot;Control&quot;&gt;&lt;br /&gt;         &lt;Setter Property=&quot;BorderBrush&quot; Value=&quot;Transparent&quot; /&gt;&lt;br /&gt;      &lt;/Style&gt;&lt;br /&gt;   &lt;/Setter.Value&gt;&lt;br /&gt;&lt;/Setter&gt;</description>
		<content:encoded><![CDATA[<p>The dotted black border is to show keyboard users which cell has the focus, so you probably don&#39;t want to get rid of it completely.  But if you really want to, you can do it by setting the FocusVisualStyle property on the DataGridCell, e.g.:</p>
<p>&lt;Setter Property=&quot;FocusVisualStyle&quot;&gt;<br />   &lt;Setter.Value&gt;<br />      &lt;Style TargetType=&quot;Control&quot;&gt;<br />         &lt;Setter Property=&quot;BorderBrush&quot; Value=&quot;Transparent&quot; /&gt;<br />      &lt;/Style&gt;<br />   &lt;/Setter.Value&gt;<br />&lt;/Setter&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPF Toolkit DataGrid is an uggo by Claes Wedin</title>
		<link>http://www.andymcm.com/?p=13&#038;cpage=1#comment-7</link>
		<dc:creator>Claes Wedin</dc:creator>
		<pubDate>Tue, 27 Oct 2009 01:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=13#comment-7</guid>
		<description>Great!! and when I use the mouse to select a row it is fine, but if I step down with the arrow-down-key, I get a cell with a dotted black border... How do I get rid of this?</description>
		<content:encoded><![CDATA[<p>Great!! and when I use the mouse to select a row it is fine, but if I step down with the arrow-down-key, I get a cell with a dotted black border&#8230; How do I get rid of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some cool new(-ish) NUnit features by Anonymous</title>
		<link>http://www.andymcm.com/?p=8&#038;cpage=1#comment-6</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=8#comment-6</guid>
		<description>Cool features. Thanks for posting..</description>
		<content:encoded><![CDATA[<p>Cool features. Thanks for posting..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First impressions of Zune by Gwyn Cole</title>
		<link>http://www.andymcm.com/?p=6&#038;cpage=1#comment-5</link>
		<dc:creator>Gwyn Cole</dc:creator>
		<pubDate>Thu, 11 Jan 2007 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=6#comment-5</guid>
		<description>Good to see you blogging again Andy!!! Thought you&#039;d given up blogging...</description>
		<content:encoded><![CDATA[<p>Good to see you blogging again Andy!!! Thought you&#8217;d given up blogging&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET 2.0 ListView VirtualMode by Syed Faisal</title>
		<link>http://www.andymcm.com/?p=4&#038;cpage=1#comment-4</link>
		<dc:creator>Syed Faisal</dc:creator>
		<pubDate>Sat, 25 Mar 2006 13:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=4#comment-4</guid>
		<description>The virtual mode is also present for the DataGridView(new version of the previously known DataGrid).</description>
		<content:encoded><![CDATA[<p>The virtual mode is also present for the DataGridView(new version of the previously known DataGrid).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mirroring Sourcesafe check-outs with Robocopy by svbmc</title>
		<link>http://www.andymcm.com/?p=3&#038;cpage=1#comment-3</link>
		<dc:creator>svbmc</dc:creator>
		<pubDate>Thu, 09 Feb 2006 07:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.andymcm.com/wordpress/?p=3#comment-3</guid>
		<description>hi</description>
		<content:encoded><![CDATA[<p>hi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
