<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Boxing (value types, not &lt;i&gt;de la Hoya&lt;/i&gt;)</title><link>http://blogs.msdn.com/arich/archive/2003/12/04/41307.aspx</link><description>An introduction to the CLR concept of boxing and how to avoid (or use) it in Whidbey C++.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Boxing (value types, not &lt;i&gt;de la Hoya&lt;/i&gt;)</title><link>http://blogs.msdn.com/arich/archive/2003/12/04/41307.aspx#41702</link><pubDate>Sat, 06 Dec 2003 17:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:41702</guid><dc:creator>Dave</dc:creator><description>ok, i got few concepts from this article. but i dont have whidbey (just VS 2002). in fact i avoid writing code for .net framework, because i want my program requires nothing, but just libraries coming with default windows installation.&lt;br&gt;&lt;br&gt;btw, a little out of the box question but, can managed code i have built run on a freshly installed windows 2000 (no .net framework, no libs, just windows)? if not, can i redistribute some libraries (i dont know what are they and if it is permitted for them) with my setup package?</description></item><item><title>Redistributing the .NET framework</title><link>http://blogs.msdn.com/arich/archive/2003/12/04/41307.aspx#41815</link><pubDate>Sun, 07 Dec 2003 08:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:41815</guid><dc:creator>arich</dc:creator><description>Much like DirectX, you can freely redistribute the .NET framework libraries with your products, so that people who don't have the .NET framework can install it first to be able to use your product. &lt;br&gt;&lt;br&gt;You can find a redistributable .NET framework 1.1 at: &lt;a target="_new" href="http://msdn.microsoft.com/netframework/technologyinfo/redist/"&gt;http://msdn.microsoft.com/netframework/technologyinfo/redist/&lt;/a&gt; .&lt;br&gt;&lt;br&gt;Cheers!</description></item><item><title>re: Boxing (value types, not &lt;i&gt;de la Hoya&lt;/i&gt;)</title><link>http://blogs.msdn.com/arich/archive/2003/12/04/41307.aspx#42030</link><pubDate>Mon, 08 Dec 2003 16:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:42030</guid><dc:creator>Garrett Serack</dc:creator><description>mmmm. magical autoboxing.... mmmmm tasty.&lt;br&gt;&lt;br&gt;I'm using Managed C++ alot lately, and while I find the necessity of manually boxing stuff, I find that it also makes me sure as to when I'm doing that.&lt;br&gt;&lt;br&gt;My only concern with the magical autoboxing is that it may allow it to happen when I'm not paying attention. hmmmm.&lt;br&gt;&lt;br&gt;And how about forward source-level compatability between .net 1.1 and whidbey? Is the current batch of Managed C++ gonna work just as well?&lt;br&gt;&lt;br&gt;I have a q' about that line:&lt;br&gt;&lt;br&gt;if(!x &amp;amp;&amp;amp; !y &amp;amp;&amp;amp; !z){&lt;br&gt;  //you won't get into this code branch!&lt;br&gt;}&lt;br&gt;&lt;br&gt;Is the reason that you won't get into the inside of the if because the !z doesn't compare to nonzero? That'd be kind of a pity :(&lt;br&gt;&lt;br&gt;later,&lt;br&gt;Garrett</description></item><item><title>re: Boxing (value types, not &lt;i&gt;de la Hoya&lt;/i&gt;)</title><link>http://blogs.msdn.com/arich/archive/2003/12/04/41307.aspx#42070</link><pubDate>Mon, 08 Dec 2003 21:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:42070</guid><dc:creator>arich</dc:creator><description>I posted a new blog entry answering these questions.  Thanks!</description></item></channel></rss>