<?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: ruby-ldap and win32</title>
	<atom:link href="http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/</link>
	<description>Random stuff from some dude in Austin Texas</description>
	<pubDate>Thu, 20 Nov 2008 17:20:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: David Rathmann</title>
		<link>http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/#comment-705</link>
		<dc:creator>David Rathmann</dc:creator>
		<pubDate>Mon, 26 Feb 2007 17:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/09/11/ruby-ldap-and-win32/#comment-705</guid>
		<description>I just wanted to add that you can remove your dependency on msvcr80.dll by editing the makefile.

Change line 40
- CFLAGS = -MD -Zi -O2b2xg- -G6
+ CFLAGS = -MT -Zi -O2b2xg- -G6

Then build.  This also means that you do not have to embed the extra assembly in the manifest.</description>
		<content:encoded><![CDATA[<p>I just wanted to add that you can remove your dependency on msvcr80.dll by editing the makefile.</p>
<p>Change line 40<br />
- CFLAGS = -MD -Zi -O2b2xg- -G6<br />
+ CFLAGS = -MT -Zi -O2b2xg- -G6</p>
<p>Then build.  This also means that you do not have to embed the extra assembly in the manifest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Ã˜yvind SÃ¦tre</title>
		<link>http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/#comment-468</link>
		<dc:creator>Anders Ã˜yvind SÃ¦tre</dc:creator>
		<pubDate>Mon, 12 Feb 2007 11:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/09/11/ruby-ldap-and-win32/#comment-468</guid>
		<description>Yup, this article worked. I used the Visual Studio 2005 Command Prompt, though. Guess it is like &lt;strong&gt;Olivier Boudry&lt;/strong&gt; said.</description>
		<content:encoded><![CDATA[<p>Yup, this article worked. I used the Visual Studio 2005 Command Prompt, though. Guess it is like <strong>Olivier Boudry</strong> said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Hoang &#187; Getting a Ruby C extension to compile on Windows</title>
		<link>http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/#comment-136</link>
		<dc:creator>Al Hoang &#187; Getting a Ruby C extension to compile on Windows</dc:creator>
		<pubDate>Thu, 14 Dec 2006 05:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/09/11/ruby-ldap-and-win32/#comment-136</guid>
		<description>[...] Ruby LDAP and Windows [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Ruby LDAP and Windows [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/#comment-39</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Tue, 17 Oct 2006 23:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/09/11/ruby-ldap-and-win32/#comment-39</guid>
		<description>Very handy, I used these instructions to compile Mongrel.</description>
		<content:encoded><![CDATA[<p>Very handy, I used these instructions to compile Mongrel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Boudry</title>
		<link>http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/#comment-35</link>
		<dc:creator>Olivier Boudry</dc:creator>
		<pubDate>Wed, 04 Oct 2006 11:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/09/11/ruby-ldap-and-win32/#comment-35</guid>
		<description>Microsoft Visual C++ Redistributable is required as long as you don't installed Visual C++ 2005 or any application built with that tool.</description>
		<content:encoded><![CDATA[<p>Microsoft Visual C++ Redistributable is required as long as you don&#8217;t installed Visual C++ 2005 or any application built with that tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RubyRed : Ruby/LDAP 0.9.7 for Win32</title>
		<link>http://www.shanesherman.com/2006/09/11/ruby-ldap-and-win32/#comment-34</link>
		<dc:creator>RubyRed : Ruby/LDAP 0.9.7 for Win32</dc:creator>
		<pubDate>Tue, 26 Sep 2006 16:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.turnofthecrank.com/2006/09/11/ruby-ldap-and-win32/#comment-34</guid>
		<description>[...] Posted by Jan Szumiec Tue, 26 Sep 2006 16:18:49 GMT I&#8217;ve just built a rubygem of Ruby/LDAP 0.9.7 under Windows using the instructions from this blog entry. If anyone feels like he trusts my binaries, you can grab a copy of the gem below: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Posted by Jan Szumiec Tue, 26 Sep 2006 16:18:49 GMT I&#8217;ve just built a rubygem of Ruby/LDAP 0.9.7 under Windows using the instructions from this blog entry. If anyone feels like he trusts my binaries, you can grab a copy of the gem below: [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
