<?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 Bee Eee Blog</title>
	<atom:link href="http://blog.bee-eee.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bee-eee.com</link>
	<description>-- C# hints and tips</description>
	<lastBuildDate>Sun, 23 Aug 2009 01:46:22 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on c# finding those blasted predefined IEqualityComparer classes! by ikoxopogalyd</title>
		<link>http://blog.bee-eee.com/2009/04/14/c-finding-those-blasted-predefined-iequalitycomparer-classes/comment-page-1/#comment-214</link>
		<dc:creator>ikoxopogalyd</dc:creator>
		<pubDate>Sun, 23 Aug 2009 01:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/?p=74#comment-214</guid>
		<description>&lt;strong&gt;ikoxopogalyd...&lt;/strong&gt;

 &lt;a href=&quot;http://namelindablog.info/nc-cna-nurse/&quot; rel=&quot;nofollow&quot;&gt;Nc Cna Nurse&lt;/a&gt; ...</description>
		<content:encoded><![CDATA[<p><strong>ikoxopogalyd&#8230;</strong></p>
<p> <a href="http://namelindablog.info/nc-cna-nurse/" rel="nofollow">Nc Cna Nurse</a> &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# writing out a Tiff File using libtiff by jtaki</title>
		<link>http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/comment-page-1/#comment-177</link>
		<dc:creator>jtaki</dc:creator>
		<pubDate>Tue, 14 Apr 2009 02:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/#comment-177</guid>
		<description>i have the same problem: no matter where i put the libtiff3.dll, it will not load it.  i have tried all the possibilities.  
if i use the older version: libtiff.dll, then it works fine.  Links, i can load an image, etc.  however there is no entrypoint for the _TiffMalloc call, which i need.
so i either have to find the header file for the libtiff.dll, or figure out why the libtiff3.dll will not link.

any ideas?

Thanks
Joe</description>
		<content:encoded><![CDATA[<p>i have the same problem: no matter where i put the libtiff3.dll, it will not load it.  i have tried all the possibilities.<br />
if i use the older version: libtiff.dll, then it works fine.  Links, i can load an image, etc.  however there is no entrypoint for the _TiffMalloc call, which i need.<br />
so i either have to find the header file for the libtiff.dll, or figure out why the libtiff3.dll will not link.</p>
<p>any ideas?</p>
<p>Thanks<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# drawing outlined text. by planghtred</title>
		<link>http://blog.bee-eee.com/2008/03/20/c-drawing-outlined-text/comment-page-1/#comment-174</link>
		<dc:creator>planghtred</dc:creator>
		<pubDate>Wed, 01 Apr 2009 08:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/2008/03/20/c-drawing-outlined-text/#comment-174</guid>
		<description>&lt;strong&gt; planghtred...&lt;/strong&gt;

http://planghtred.com  planghtred...</description>
		<content:encoded><![CDATA[<p><strong> planghtred&#8230;</strong></p>
<p><a href="http://planghtred.com" rel="nofollow">http://planghtred.com</a>  planghtred&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# writing out a Tiff File using libtiff by samcaleb05</title>
		<link>http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/comment-page-1/#comment-161</link>
		<dc:creator>samcaleb05</dc:creator>
		<pubDate>Mon, 16 Feb 2009 09:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/#comment-161</guid>
		<description>Hi frnd&#039;s ...


Im new to c#.net can any one say from where i have to download libtiff dll and how to include in c#.net 

Tks in Adv

G.sam....</description>
		<content:encoded><![CDATA[<p>Hi frnd&#8217;s &#8230;</p>
<p>Im new to c#.net can any one say from where i have to download libtiff dll and how to include in c#.net </p>
<p>Tks in Adv</p>
<p>G.sam&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# writing out a Tiff File using libtiff by brian</title>
		<link>http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/comment-page-1/#comment-159</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 12 Aug 2008 03:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/#comment-159</guid>
		<description>FGold,

  Because libtiff3.dll isn&#039;t a c# assembly you can&#039;t add it as a reference.
  Instead put the dll in the same directory as your executable or within the system search path ie c:\Windows\system32.  Another way to do it is to add the dll to your c# project (Add-&gt;Existing Item).  Then go to it&#039;s properties and set &quot;Copy To Output Directory&quot; to &quot;Always Copy&quot;, that&#039;ll do it too.  



Good luck

Brian D.</description>
		<content:encoded><![CDATA[<p>FGold,</p>
<p>  Because libtiff3.dll isn&#8217;t a c# assembly you can&#8217;t add it as a reference.<br />
  Instead put the dll in the same directory as your executable or within the system search path ie c:\Windows\system32.  Another way to do it is to add the dll to your c# project (Add->Existing Item).  Then go to it&#8217;s properties and set &#8220;Copy To Output Directory&#8221; to &#8220;Always Copy&#8221;, that&#8217;ll do it too.  </p>
<p>Good luck</p>
<p>Brian D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# writing out a Tiff File using libtiff by FGold</title>
		<link>http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/comment-page-1/#comment-158</link>
		<dc:creator>FGold</dc:creator>
		<pubDate>Mon, 11 Aug 2008 16:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/2008/03/12/c-writing-out-a-tiff-file-using-libtiff/#comment-158</guid>
		<description>Hi !

This is very interesting, thank you !

But I have a problem: the program does not find the libtiff3.dll ! I tried to register it but I could not ! How did you do that ?

Thank you !</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>This is very interesting, thank you !</p>
<p>But I have a problem: the program does not find the libtiff3.dll ! I tried to register it but I could not ! How did you do that ?</p>
<p>Thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# Mandelbrot fractal unleashed! by mandelbrot set</title>
		<link>http://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/comment-page-1/#comment-157</link>
		<dc:creator>mandelbrot set</dc:creator>
		<pubDate>Mon, 19 May 2008 07:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/#comment-157</guid>
		<description>[...] I would wait 10 minutes at a time for a screen to pop up.? The detail was nothing short of amazihttp://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/Readers recommend... songs about science Guardian Unlimited... songs about [...]</description>
		<content:encoded><![CDATA[<p>[...] I would wait 10 minutes at a time for a screen to pop up.? The detail was nothing short of amazihttp://blog.bee-eee.com/2008/05/15/c-mandelbrot-fractal-unleashed/Readers recommend&#8230; songs about science Guardian Unlimited&#8230; songs about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Enabling Double buffering for a form. by Pages tagged "bob powell"</title>
		<link>http://blog.bee-eee.com/2008/01/01/c-enabling-double-buffering-for-a-form/comment-page-1/#comment-2</link>
		<dc:creator>Pages tagged "bob powell"</dc:creator>
		<pubDate>Sat, 26 Jan 2008 05:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bee-eee.com/?p=9#comment-2</guid>
		<description>[...] bookmarks tagged bob powell   C# Enabling Double buffering for a form.&#160;saved by 9 others  &#160;&#160;&#160;&#160;RamenFlavedNaruto bookmarked on 01/25/08 &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] bookmarks tagged bob powell   C# Enabling Double buffering for a form.&nbsp;saved by 9 others  &nbsp;&nbsp;&nbsp;&nbsp;RamenFlavedNaruto bookmarked on 01/25/08 | [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
