<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by devcodex</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/devcodex/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by devcodex</title>
		<link>http://channel9.msdn.com/Niners/devcodex/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/devcodex/Discussions</link>
	<language>en</language>
	<pubDate>Tue, 18 Jun 2013 23:13:17 GMT</pubDate>
	<lastBuildDate>Tue, 18 Jun 2013 23:13:17 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - A question on XP support in VC11</title>
		<description><![CDATA[<p>I'm starting this thread to get an answer on why XP support was dropped in VC11. Not because I need it personally but because there are a number of people asking about it in the &quot;wrong&quot; places (overtaking blog posts, etc with this off-topic issue). I'm also re-posting a post from rab36 which is probably the best thought out of the complaints.</p><p>It would be great to get a technical answer from someone on this. Even if its not feasible to continue XP support at least armed with the reason for dropping it people can make informed decisions about how to move forward.</p><p>----</p><p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Shows/C9-GoingNative/GoingNative-4-Jim-Springfield-on-ATL-GoingNative-Conference-Register-Today#c634586787046898841">10 hours&nbsp;ago</a>,&nbsp;<a href="/Niners/rab36">rab36</a>&nbsp;wrote</p><p>*snip*</p><p>Windows XP extended support lasts until April 9th, 2014. VS 11 is supposed to be released in 2012, right? So why not supporting to&nbsp;create C&#43;&#43; programs for XP in VS 11 with the latest C&#43;&#43; toolset?</p><p>.NET 4.5 will very probably support Windows XP because it is an inplace upgrade from 4.0:&nbsp;<a href="http://reddevnews.com/blogs/rdn-express/2011/11/back-to-app-migrations-with-ms-net-vnext.aspx">http://reddevnews.com/blogs/rdn-express/2011/11/back-to-app-migrations-with-ms-net-vnext.aspx</a></p><p>So why not offer C&#43;&#43; programmers the same possibilities?</p><p>What is the motivation? What are the technical reasons, if there are any?</p><p>I just want to elaborate a bit more about our motivation to support XP at least until 2014, maybe even longer with our software:</p><p>We are a manufacturer of measurement systems that are sold with an industrial PC (with Windows XP or Windows 7) and a sophisticated C&#43;&#43; application for acquiring, storing, analyzing the data.</p><p>Only recently we managed to offer Windows 7 64-Bit with all our systems because of driver issues of 3<sup>rd</sup>&nbsp;party data acquisition boards that are in the IPC.</p><p>We have an OEM license agreement with Microsoft for embedded systems that still allows us to purchase Windows XP.</p><p>We are selling maintenance agreements with our software and we have lots of systems on maintenance worldwide that are running Windows XP. Some of them are used in test lab or production environments that are not even connected to a network, so even the end of extended support of Windows XP in April 2014 will not force customers to migrate to Win 7. Upgrades to Windows 7 are difficult and expensive because hardware (because of the driver incompatibilities) with costs of several thousand of dollars (up to $15.000) has to be exchanged. The measurement hardware of the system is used typically for longer than 10 years, the IPCs are exchanged every 5-7 years.</p><p>On the other hand, I am very interested in using the latest Visual Studio and toolset for our software. In the past, we managed to migrate to the latest Visual Studio release typically within one year after the release of Visual Studio. We have a demanding application that makes heavy use of multitasking and multithreading. New features are developed with the latest language features and libraries. We are using lambdas, auto, PPL and ConCRT and agents library right now with VS 2010 SP1 in our product.</p><p>Not being able to use the latest toolset lets say in 2013 (because of Windows XP) would heavily impact this strategy. I expect that we have to support XP until at least 2015. So having no XP support in VS 11 comes way to early for us.</p><p>Bernd</p><p></p></div></blockquote><p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/A-question-on-XP-support-in-VC11/59b669b19b2540e7afe99fb001684bf2#59b669b19b2540e7afe99fb001684bf2</link>
		<pubDate>Mon, 05 Dec 2011 21:51:47 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/A-question-on-XP-support-in-VC11/59b669b19b2540e7afe99fb001684bf2#59b669b19b2540e7afe99fb001684bf2</guid>
		<dc:creator>devcodex</dc:creator>
		<slash:comments>74</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/devcodex/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Advanced STL topics</title>
		<description><![CDATA[<p><span class="commentBody">I've seen a couple talks by Herb Sutter over the last year where he talks about how awesome lambdas are (and he's right they are!) One thing he generally mentions, almost offhanded, is that the std::for_each algorithm is able to &quot;partially unroll&quot; the loop.</span></p><p>It would be interesting to shed some light on how the standard library is able to do tricks like this where it seems to produce code that is as fast or faster than its longhand counterpart.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Advanced-STL-topics/2bc28723a7d0441ba7d19fae0179a366#2bc28723a7d0441ba7d19fae0179a366</link>
		<pubDate>Sat, 03 Dec 2011 22:54:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Advanced-STL-topics/2bc28723a7d0441ba7d19fae0179a366#2bc28723a7d0441ba7d19fae0179a366</guid>
		<dc:creator>devcodex</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/devcodex/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>