<?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>Visual C++ Tips &#187; MZ</title>
	<atom:link href="http://weseetips.com/tag/mz/feed/" rel="self" type="application/rss+xml" />
	<link>http://weseetips.com</link>
	<description>Gold mine of Visual C++ tricks!</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Do you know what is MZ?</title>
		<link>http://weseetips.com/2008/03/24/do-you-know-what-is-an-mz/</link>
		<comments>http://weseetips.com/2008/03/24/do-you-know-what-is-an-mz/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 18:53:50 +0000</pubDate>
		<dc:creator>Jijo Raj</dc:creator>
				<category><![CDATA[Codeproject]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[Mark Zbikowski]]></category>
		<category><![CDATA[MS-DOS stub]]></category>
		<category><![CDATA[MZ]]></category>
		<category><![CDATA[PE]]></category>
		<category><![CDATA[VC++]]></category>
		<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://weseetips.wordpress.com/?p=27</guid>
		<description><![CDATA[If you open any windows executable in some text editor you can see the executable starts with two chars &#8211; &#8220;MZ&#8221;. Do you know what it is ? Windows executables are in PE( Portable Executable) file format. For backward compatibility with dos, the PE file format contains a small MS-DOS stub in the starting. That&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_description.jpg" alt="Icon Description" /><br />
If you open any windows executable in some text editor you can see the executable starts with two chars &#8211; &#8220;MZ&#8221;. Do you know what it is ?</p>
<p><img src="http://siteground205.com/~weseetip/wp-content/uploads/2008/03/icon_underthehood.jpg" alt="icon_underthehood.jpg" /><br />
Windows executables are in PE( Portable Executable) file format. For backward compatibility with dos, the PE file format contains a small MS-DOS stub in the starting. That&#8217;s why when we run any windows application in DOS, it just print an error message that, it needs windows to execute the application.</p>
<p>The dos header starts with a special signature &#8211; &#8220;MZ&#8221;. MZ stands for <span style="color:#0000ff;">Mark Zbikowski</span>. He is one of the earlier Microsoft Architects and the designer of Dos Executable file format. In 2006 he was honored for 25 years of service with the company, the first employee to reach this milestone other than Bill Gates and Steve Ballmer <img src='http://weseetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Digging history is Interesting&#8230; isn&#8217;t it ?</p>
]]></content:encoded>
			<wfw:commentRss>http://weseetips.com/2008/03/24/do-you-know-what-is-an-mz/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

