<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Pirillo &#187; dll</title>
	<atom:link href="http://chris.pirillo.com/tag/dll/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.pirillo.com</link>
	<description>News and Reviews! Geek, Internet Entrepreneur, Hardware Addict, Software Junkie, Book Author, Once TV Show Host, Technology Enthusiast, Shameless Self-Promoter, Tech Conference Coordinator, Early Adopter, Idea Evangelist, Tech Support Blogger, Bootstrapper, Media Personality, Technology Consultant, Thicker Quicker Picker Upper.</description>
	<lastBuildDate>Tue, 14 Feb 2012 00:49:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>What Are .DLLs?</title>
		<link>http://chris.pirillo.com/what-are-dlls/</link>
		<comments>http://chris.pirillo.com/what-are-dlls/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 01:54:56 +0000</pubDate>
		<dc:creator>Chris Pirillo</dc:creator>
				<category><![CDATA[Media Blog]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[help-exe]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[pirillo]]></category>
		<category><![CDATA[techtv]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/2007/08/03/what-are-dlls/</guid>
		<description><![CDATA[Chris &#124; Live Tech Support &#124; Video Help &#124; Add to iTunes http://live.pirillo.com/ &#8211; What &#8211; exactly &#8211; is a .DLL? Why are there so many on your computer? Are they necessary? A .DLL (or Dynamic Link Library ) is a software component that an application links to at run time. A .DLL file enhances [...]]]></description>
			<content:encoded><![CDATA[<p><object width="325" height="264"><param name="movie" value="http://www.youtube.com/v/vL0uVrhg4Jw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/vL0uVrhg4Jw" type="application/x-shockwave-flash" wmode="transparent" width="325" height="264"></embed></object><br /><a href="http://chris.pirillo.com/">Chris</a> | <a href="http://live.pirillo.com/">Live Tech Support</a> | <a href="http://media.pirillo.com/">Video Help</a> | <a href="http://feeds.pirillo.com/ChrisPirilloShow">Add to iTunes</a></p>
<p><a href="http://live.pirillo.com/">http://live.pirillo.com/</a> &#8211; What &#8211; exactly &#8211; is a .DLL? Why are there so many on your computer? Are they necessary?</p>
<p>A .DLL (or <a href="http://wiki.answers.com/Q/What_is_a_dll_file">Dynamic Link Library</a> ) is a software component that an application links to at run time. A .DLL file enhances the functionality of an .exe (or <a href="http://www.wisegeek.com/what-is-an-exe-file.htm">executable</a> ) file. A .DLL file is executable, but not by itself. It must be &#8216;called upon&#8217; by the .exe in order to work. You can&#8217;t, for instance, double click on a .DLL file and have it actually DO something. It needs the .exe in order to run. </p>
<p>Let&#8217;s talk a bit about &#8220;DLL Hell.&#8221; If you were to scan around your C: folder, you will probably see many different .DLL files that are basically the same&#8230; just in several different locations. This may seem like a nuisance, and you&#8217;ll find the urge to get rid of them. However, be careful. Many programs may require that same .DLL in order to run&#8230; but the programmer could have hard coded the files to HAVE to be in a certain location. Let&#8217;s say Program A needs .DLL A in order to run, and it&#8217;s located in C:\Windows. Program B also needs .DLL A in order to run, but it has to be located in C:\Windows\System32. If you delete one of those, one of the programs will no longer work properly. It will look for the .DLL file in the location it expects. When it doesn&#8217;t find it there, it won&#8217;t run. </p>
<p>You can find more information about .DLLs in general on Chris Quirke&#8217;s <a href="http://cquirke.mvps.org/9x/dllhell.htm">excellent tutorial</a>. Chris is a Microsoft MVP, with a lot of respect for his knowledge of computers. </p>
<p>If you would like to embed this video into your blog, use this code:</p>
<p><textarea style="width:460px; height:60px;">&#60;object width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/v/ vL0uVrhg4Jw&#34;&#62;&#60;/aram&#62;&#60;param name=&#34;wmode&#34; value=&#34;transparent&#34;&#62;&#60;/param&#62;&#60;embed src=&#34;http://www.youtube.com/v/http://www.youtube.com/watch?v=vL0uVrhg4Jw&#34; type=&#34;application/x-shockwave-flash&#34; wmode=&#34;transparent&#34; width=&#34;425&#34; height=&#34;350&#34;&#62;&#60;/embed&#62;&#60;/object&#62;&#60;br /&#62;&#60;a href=&#34;http://chris.pirillo.com/&#34;&#62;Chris&#60;/a&#62; | &#60;a href=&#34;http://live.pirillo.com/&#34;&#62;Live Tech Support&#60;/a&#62; | &#60;a href=&#34;http://media.pirillo.com/&#34;&#62;Video Help&#60;/a&#62; | &#60;a href=&#34;http://feeds.pirillo.com/ChrisPirilloShow&#34;&#62;Add to iTunes&#60;/a&#62;</textarea></p>
<p><strong>Formats Available:  <a href="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL111.mp4"> MPEG4 Video (.mp4)</a> <a href="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL111.flv"> Flash Video (.flv)</a> <a href="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL541.mp3"> MP3 Audio (.mp3)</a>  <a href="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL748.avi">Microsoft Video (.avi)<br />
</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/what-are-dlls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL111.mp4" length="40155343" type="video/mp4" />
<enclosure url="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL111.flv" length="32454417" type="video/x-flv" />
<enclosure url="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL541.mp3" length="5095445" type="audio/mpeg" />
<enclosure url="http://blip.tv/file/get/L0ckergn0me-WhatIsADLL748.avi" length="41822730" type="video/x-msvideo" />
		</item>
		<item>
		<title>The error code is 2739</title>
		<link>http://chris.pirillo.com/the-error-code-is-2739/</link>
		<comments>http://chris.pirillo.com/the-error-code-is-2739/#comments</comments>
		<pubDate>Thu, 17 May 2007 18:37:29 +0000</pubDate>
		<dc:creator>Chris Pirillo</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[dll]]></category>

		<guid isPermaLink="false">http://chris.pirillo.com/2007/05/17/the-error-code-is-2739/</guid>
		<description><![CDATA[I had been trying to install later beta Skype clients, but to no end. I kept seeing this error message: Skype: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2739. But when that error dialog popped up again with a final [...]]]></description>
			<content:encoded><![CDATA[<p>I had been trying to install later beta <a href="http://www.skype.com/">Skype</a> clients, but to no end. I kept seeing this error message:</p>
<blockquote><p>Skype: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2739.</p></blockquote>
<p>But when that error dialog popped up again with a final build (2.6 was released yesterday), I went Googling for it. Lo and behold, the answer was there &#8211; on <a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401521">Adobe&#8217;s site</a>, not Skype&#8217;s (that I could tell). Their solution worked, although they were slightly incorrect by stating that the workaround would involve editing the Windows registry.</p>
<p>No, all you have to do is re-register the jscript.dll file. Don&#8217;t you love DLLs? The more things change, the more they stay the same. Here&#8217;s what I did:</p>
<ol>
<li>Hit Windows+R to bring up the Run dialog
 </li>
<li>Keyed in &#8220;regsvr32 jscript.dll&#8221; (without quotes) and hit Enter
 </li>
<li>Clicked OK on the resulting success dialog
 </li>
<li>Installed Skype without a hitch
<p>You may need to authenticate if you&#8217;re one of the devoted UAC faithful &#8211; and you&#8217;ll definitely need administrator privileges. To my knowledge, Mac users only have a single Skype binary to deal with?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://chris.pirillo.com/the-error-code-is-2739/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/14 queries in 0.550 seconds using disk: basic
Object Caching 300/326 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: s3.pirillo.com

Served from: chris.pirillo.com @ 2012-02-13 17:58:03 -->
