<?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: Avoiding the MSVCR100.dll, MSVCP100D.dll, or MSVCR100D.dll is missing error</title>
	<atom:link href="http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/</link>
	<description>Knight of the Code</description>
	<lastBuildDate>Tue, 21 May 2013 21:30:42 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-56753</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Thu, 21 Feb 2013 08:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-56753</guid>
		<description><![CDATA[Mahendra varman, you realize that is solution #3, right? And it is not a patch. A patch is something different.]]></description>
		<content:encoded><![CDATA[<p>Mahendra varman, you realize that is solution #3, right? And it is not a patch. A patch is something different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahendra varman</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-56726</link>
		<dc:creator>Mahendra varman</dc:creator>
		<pubDate>Thu, 21 Feb 2013 06:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-56726</guid>
		<description><![CDATA[Hi Rhyous,

Alternatively you can run a patch &quot;vcredist_x86.exe&quot; which you can get from the following link.  
http://www.microsoft.com/en-us/download/details.aspx?id=5555]]></description>
		<content:encoded><![CDATA[<p>Hi Rhyous,</p>
<p>Alternatively you can run a patch "vcredist_x86.exe" which you can get from the following link.<br />
http://www.microsoft.com/en-us/download/details.aspx?id=5555</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-55666</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 01 Feb 2013 20:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-55666</guid>
		<description><![CDATA[Thanks alot for this.  Kept having this issue when compiling dbgen and your steps solved it!]]></description>
		<content:encoded><![CDATA[<p>Thanks alot for this.  Kept having this issue when compiling dbgen and your steps solved it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zdenek</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-51393</link>
		<dc:creator>Zdenek</dc:creator>
		<pubDate>Sat, 29 Dec 2012 20:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-51393</guid>
		<description><![CDATA[Hallo, 
thanks a lot for this help!!!]]></description>
		<content:encoded><![CDATA[<p>Hallo,<br />
thanks a lot for this help!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahris</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-37400</link>
		<dc:creator>Mahris</dc:creator>
		<pubDate>Sun, 28 Oct 2012 02:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-37400</guid>
		<description><![CDATA[Sorry, /MT really does the work.
There was a problem with Dependency Walker data refresh - it continued erroneously show msvcr100 in dependencies.]]></description>
		<content:encoded><![CDATA[<p>Sorry, /MT really does the work.<br />
There was a problem with Dependency Walker data refresh - it continued erroneously show msvcr100 in dependencies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahris</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-37341</link>
		<dc:creator>Mahris</dc:creator>
		<pubDate>Sat, 27 Oct 2012 10:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-37341</guid>
		<description><![CDATA[Thank you.
But your suggestion of statical linking does not work.
In VS 2010, I selected /MT for Code Generation in 64 bit release DLL and rebuilt. Size increased (from 32K to 93K). But Dependency Walker still shows MSVCR100.DLL as used.
Currently, did not find a way to link without this DLL.

So, had to search another ways.
Force Redistributable setup - problems to detect whether already installed, a lot of GUIDs for different versions. And I have also VM which have msvcr100 without Redistributable installed.
So, my current solution in Setup - try to load msvcr100.dll. If fails, redistribute it in Program Files.]]></description>
		<content:encoded><![CDATA[<p>Thank you.<br />
But your suggestion of statical linking does not work.<br />
In VS 2010, I selected /MT for Code Generation in 64 bit release DLL and rebuilt. Size increased (from 32K to 93K). But Dependency Walker still shows MSVCR100.DLL as used.<br />
Currently, did not find a way to link without this DLL.</p>
<p>So, had to search another ways.<br />
Force Redistributable setup - problems to detect whether already installed, a lot of GUIDs for different versions. And I have also VM which have msvcr100 without Redistributable installed.<br />
So, my current solution in Setup - try to load msvcr100.dll. If fails, redistribute it in Program Files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naoj</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-36858</link>
		<dc:creator>Naoj</dc:creator>
		<pubDate>Mon, 22 Oct 2012 09:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-36858</guid>
		<description><![CDATA[Thanks a lot, saved a lot of time.

Just having to figure out where C/C++ node is in VS2010 was troublesome. I had to add a dummy cpp file (and then I deleted it) to view the node in the configuration properties (whereas my project already include cpp files...).]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot, saved a lot of time.</p>
<p>Just having to figure out where C/C++ node is in VS2010 was troublesome. I had to add a dummy cpp file (and then I deleted it) to view the node in the configuration properties (whereas my project already include cpp files...).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-36359</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Thu, 11 Oct 2012 21:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-36359</guid>
		<description><![CDATA[Yes, you either have to increase size by including the vcredist installer, or add the dlls to your own installer, or static link. They all increase size just in different ways. There is no way to avoid increased size in one way or the other.]]></description>
		<content:encoded><![CDATA[<p>Yes, you either have to increase size by including the vcredist installer, or add the dlls to your own installer, or static link. They all increase size just in different ways. There is no way to avoid increased size in one way or the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezaga Elijah</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-36093</link>
		<dc:creator>Ezaga Elijah</dc:creator>
		<pubDate>Sat, 06 Oct 2012 21:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-36093</guid>
		<description><![CDATA[Thanks for sharing the information. It worked like charm for me. 

When I first met the problem some days ago, I used [dumpbin.exe /depends appname.exe] to get the needed libraries for my application then thought about get msvcr100d.dll from the internet.

Secondly, I realised that the static linking process described resulted in increase in application size. Mine rose from 90Kb to 453Kb.

Anyway, thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>Thanks for sharing the information. It worked like charm for me. </p>
<p>When I first met the problem some days ago, I used [dumpbin.exe /depends appname.exe] to get the needed libraries for my application then thought about get msvcr100d.dll from the internet.</p>
<p>Secondly, I realised that the static linking process described resulted in increase in application size. Mine rose from 90Kb to 453Kb.</p>
<p>Anyway, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Maani</title>
		<link>http://www.rhyous.com/2010/09/16/avoiding-the-msvcr100-dll-or-msvcr100d-dll/#comment-35690</link>
		<dc:creator>Byron Maani</dc:creator>
		<pubDate>Thu, 27 Sep 2012 09:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=2276#comment-35690</guid>
		<description><![CDATA[I installed VC++2010 redist before installing the WAMP server and this worked perfectly for me. Thanks a bunch!]]></description>
		<content:encoded><![CDATA[<p>I installed VC++2010 redist before installing the WAMP server and this worked perfectly for me. Thanks a bunch!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.rhyous.com @ 2013-05-21 21:26:25 by W3 Total Cache -->