<?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: Follow up on Visual C++ 2010	</title>
	<atom:link href="https://virtuallyfun.com/2010/04/15/follow-up-on-visual-c-2010/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2010/04/15/follow-up-on-visual-c-2010/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Mon, 04 Nov 2013 20:43:01 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Neozeed		</title>
		<link>https://virtuallyfun.com/2010/04/15/follow-up-on-visual-c-2010/comment-page-1/#comment-268</link>

		<dc:creator><![CDATA[Neozeed]]></dc:creator>
		<pubDate>Tue, 10 Aug 2010 21:55:19 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=225#comment-268</guid>

					<description><![CDATA[I didn&#039;t notice I mixed in the compiler version along with the product version..&lt;br /&gt;&lt;br /&gt;And yes, I&#039;ve used MSC before it went all C++, then &#039;Visual&#039;, even if it felt like a glorified (and exceedingly more expensive) version of QuickC for Windows.&lt;br /&gt;&lt;br /&gt;I even had a copy of MSC 3 in the box, the last version that was actually a microsoft product.  I couldn&#039;t find a 5 1/4&#034; working drive to make images, and now it&#039;s lost with all this moving around. :&#124;]]></description>
			<content:encoded><![CDATA[<p>I didn&#39;t notice I mixed in the compiler version along with the product version..</p>
<p>And yes, I&#39;ve used MSC before it went all C++, then &#39;Visual&#39;, even if it felt like a glorified (and exceedingly more expensive) version of QuickC for Windows.</p>
<p>I even had a copy of MSC 3 in the box, the last version that was actually a microsoft product.  I couldn&#39;t find a 5 1/4&quot; working drive to make images, and now it&#39;s lost with all this moving around. 😐</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SamB		</title>
		<link>https://virtuallyfun.com/2010/04/15/follow-up-on-visual-c-2010/comment-page-1/#comment-267</link>

		<dc:creator><![CDATA[SamB]]></dc:creator>
		<pubDate>Tue, 10 Aug 2010 21:37:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=225#comment-267</guid>

					<description><![CDATA[Um, excuse me, but it looks like you&#039;re conflating the Visual Studio version with the compiler version. The compiler has been around a bit longer than VC++/VS (and does not exist solely for use as a component of them), so it has a somewhat larger version number. For example, VS 2008 (9.0) appears to come with:&lt;br /&gt;&lt;br /&gt;&#062;CL&lt;br /&gt;Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86&lt;br /&gt;Copyright (C) Microsoft Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;I would suggest picking one version and sticking with it -- the CL version is presumably more meaningful -- or listing both for each compiler. Note also that the CL versions in a single package may differ between target architectures, for example:&lt;br /&gt;&lt;br /&gt;Z:\WinDDK\3790.1830&#062;for %I in (fre 64 AMD64) do cmd /c &#034;bin\setenv.bat . %I &#038;&#038; c&lt;br /&gt;l&#034;&lt;br /&gt;&lt;br /&gt;Z:\WinDDK\3790.1830&#062;cmd /c &#034;bin\setenv.bat . fre &#038;&#038; cl&#034;&lt;br /&gt;Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.4035 for 80x86&lt;br /&gt;Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.&lt;br /&gt;&lt;br /&gt;usage: cl [ option... ] filename... [ /link linkoption... ]&lt;br /&gt;&lt;br /&gt;Z:\WinDDK\3790.1830&#062;cmd /c &#034;bin\setenv.bat . 64 &#038;&#038; cl&#034;&lt;br /&gt;Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.39 for IA-64&lt;br /&gt;Copyright (C) Microsoft Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;usage: cl [ option... ] filename... [ /link linkoption... ]&lt;br /&gt;&lt;br /&gt;Z:\WinDDK\3790.1830&#062;cmd /c &#034;bin\setenv.bat . AMD64 &#038;&#038; cl&#034;&lt;br /&gt;Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.41 for AMD64&lt;br /&gt;Copyright (C) Microsoft Corporation.  All rights reserved.&lt;br /&gt;&lt;br /&gt;usage: cl [ option... ] filename... [ /link linkoption... ]]]></description>
			<content:encoded><![CDATA[<p>Um, excuse me, but it looks like you&#39;re conflating the Visual Studio version with the compiler version. The compiler has been around a bit longer than VC++/VS (and does not exist solely for use as a component of them), so it has a somewhat larger version number. For example, VS 2008 (9.0) appears to come with:</p>
<p>&gt;CL<br />Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80&#215;86<br />Copyright (C) Microsoft Corporation.  All rights reserved.</p>
<p>I would suggest picking one version and sticking with it &#8212; the CL version is presumably more meaningful &#8212; or listing both for each compiler. Note also that the CL versions in a single package may differ between target architectures, for example:</p>
<p>Z:\WinDDK\3790.1830&gt;for %I in (fre 64 AMD64) do cmd /c &quot;bin\setenv.bat . %I &amp;&amp; c<br />l&quot;</p>
<p>Z:\WinDDK\3790.1830&gt;cmd /c &quot;bin\setenv.bat . fre &amp;&amp; cl&quot;<br />Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.4035 for 80&#215;86<br />Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.</p>
<p>usage: cl [ option&#8230; ] filename&#8230; [ /link linkoption&#8230; ]</p>
<p>Z:\WinDDK\3790.1830&gt;cmd /c &quot;bin\setenv.bat . 64 &amp;&amp; cl&quot;<br />Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.39 for IA-64<br />Copyright (C) Microsoft Corporation.  All rights reserved.</p>
<p>usage: cl [ option&#8230; ] filename&#8230; [ /link linkoption&#8230; ]</p>
<p>Z:\WinDDK\3790.1830&gt;cmd /c &quot;bin\setenv.bat . AMD64 &amp;&amp; cl&quot;<br />Microsoft (R) C/C++ Optimizing Compiler Version 14.00.40310.41 for AMD64<br />Copyright (C) Microsoft Corporation.  All rights reserved.</p>
<p>usage: cl [ option&#8230; ] filename&#8230; [ /link linkoption&#8230; ]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
