<?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>Scattered Notes : Win32</title><link>http://blogs.msdn.com/mapo/archive/tags/Win32/default.aspx</link><description>Tags: Win32</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Win32 Programming - part 4: C++ runtime redistributable</title><link>http://blogs.msdn.com/mapo/archive/2007/09/11/win32-programming-part-4-c-runtime-redistributable.aspx</link><pubDate>Tue, 11 Sep 2007 12:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4863254</guid><dc:creator>mapo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/mapo/comments/4863254.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mapo/commentrss.aspx?PostID=4863254</wfw:commentRss><wfw:comment>http://blogs.msdn.com/mapo/rsscomments.aspx?PostID=4863254</wfw:comment><description>&lt;P&gt;If you develop&amp;nbsp;Win32 application using Visual C++ 2005 you will probably also have to distribute the C++ runtime&amp;nbsp;together with your application.&lt;BR&gt;&lt;BR&gt;X86 – &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&amp;amp;displaylang=en&lt;/A&gt;&lt;BR&gt;X64 – &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=90548130-4468-4BBC-9673-D6ACABD5D13B&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=90548130-4468-4BBC-9673-D6ACABD5D13B&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=90548130-4468-4BBC-9673-D6ACABD5D13B&amp;amp;displaylang=en&lt;/A&gt;&lt;BR&gt;IA64 – &lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyId=526BF4A7-44E6-4A91-B328-A4594ADB70E5&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyId=526BF4A7-44E6-4A91-B328-A4594ADB70E5&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=526BF4A7-44E6-4A91-B328-A4594ADB70E5&amp;amp;displaylang=en&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4863254" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mapo/archive/tags/Win32/default.aspx">Win32</category></item><item><title>Win32 Programming - part 3: tools</title><link>http://blogs.msdn.com/mapo/archive/2007/09/07/win32-programming-part-3-tools.aspx</link><pubDate>Fri, 07 Sep 2007 14:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4808592</guid><dc:creator>mapo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mapo/comments/4808592.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mapo/commentrss.aspx?PostID=4808592</wfw:commentRss><wfw:comment>http://blogs.msdn.com/mapo/rsscomments.aspx?PostID=4808592</wfw:comment><description>&lt;P&gt;Here I recap, for those that do not yet have them, what I believe necessary tools and documentation&amp;nbsp;to approach Win32 programming:&lt;/P&gt;
&lt;P mce_keep="true"&gt;&lt;A class="" href="http://msdn2.microsoft.com/en-us/express/aa975050.aspx" mce_href="http://msdn2.microsoft.com/en-us/express/aa975050.aspx"&gt;Microsoft Visual C++ 2005 Express Edition&lt;/A&gt;&amp;nbsp;(download it localized in your preferred languare and also don't forget to download service pack 1 from the same page)&lt;BR&gt;&lt;BR&gt;&lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969-ace8-e4c0c0716adb&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=0baf2b35-c656-4969-ace8-e4c0c0716adb&amp;amp;displaylang=en"&gt;Microsoft Platform Software Development Kit (PSDK)&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;If you are using VC++ 2005 Express you should read &lt;A class="" href="http://msdn2.microsoft.com/en-us/express/aa700755.aspx" mce_href="http://msdn2.microsoft.com/en-us/express/aa700755.aspx"&gt;this page&lt;/A&gt; on how to update the Win32 project template and on how to enable a few Win32 projects types making them available for use inside the IDE.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4808592" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mapo/archive/tags/Win32/default.aspx">Win32</category></item><item><title>Win32 Programming - part 2: forums and newsgroups</title><link>http://blogs.msdn.com/mapo/archive/2007/09/05/win32-programming-part-2-forums-and-newsgroups.aspx</link><pubDate>Wed, 05 Sep 2007 12:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4759198</guid><dc:creator>mapo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mapo/comments/4759198.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mapo/commentrss.aspx?PostID=4759198</wfw:commentRss><wfw:comment>http://blogs.msdn.com/mapo/rsscomments.aspx?PostID=4759198</wfw:comment><description>&lt;P&gt;In writing&amp;nbsp;any non-trivial application, help from the community of developers if often fundamental. In my own dev projects I have been using various&amp;nbsp;forums and discussion sites.&lt;BR&gt;Following are links to what I think among the very best:&lt;BR&gt;&lt;BR&gt;&lt;A class="" href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx" mce_href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx"&gt;Microsoft Discussion Groups&lt;/A&gt; (web interface&amp;nbsp;to Microsoft's public NNTP newsgroups)&lt;BR&gt;&lt;BR&gt;&lt;A class="" href="http://forums.microsoft.com/MSDN/default.aspx?SiteID=1" mce_href="http://forums.microsoft.com/MSDN/default.aspx?SiteID=1"&gt;MSDN Forums&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;&lt;A class="" href="http://groups.google.com/" mce_href="http://groups.google.com/"&gt;Google Groups&lt;/A&gt;&amp;nbsp;(web interface to a vast set of NNTP newgroups)&lt;BR&gt;&lt;BR&gt;&lt;A class="" href="http://www.codeguru.com/forum/" mce_href="http://www.codeguru.com/forum/"&gt;CodeGuru Forums&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://forums.devshed.com/" mce_href="http://forums.devshed.com/"&gt;Dev Shed Forums&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://www.gamedev.net/community/forums/" mce_href="http://www.gamedev.net/community/forums/"&gt;GameDev.Net Discussion Forums&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://cboard.cprogramming.com/index.php" mce_href="http://cboard.cprogramming.com/index.php"&gt;Cprogramming.com Forums&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://www.cpp-home.com/forum/index.php" mce_href="http://www.cpp-home.com/forum/index.php"&gt;C++ Home Forums&lt;/A&gt;&lt;BR&gt;&lt;A class="" href="http://www.osdev.org/phpBB2/" mce_href="http://www.osdev.org/phpBB2/"&gt;OSDev Forums&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;The above sites often deal with lots of different technologies and programming languages but what ties them&amp;nbsp;all is&amp;nbsp;that they all have&amp;nbsp;vast forums dealing with C/C++ on the Windows platform. There are obviously other very good discussion sites dealing with other technologies (.NET languages, web technologies, various application servers, etc.) but I'm not listing them here.&lt;BR&gt;&lt;BR&gt;Did I miss any good discussion board?&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4759198" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mapo/archive/tags/Win32/default.aspx">Win32</category></item><item><title>Win32 Programming - part 1: an introductory tutorial</title><link>http://blogs.msdn.com/mapo/archive/2007/08/24/win32-programming-part-1.aspx</link><pubDate>Fri, 24 Aug 2007 14:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4542241</guid><dc:creator>mapo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/mapo/comments/4542241.aspx</comments><wfw:commentRss>http://blogs.msdn.com/mapo/commentrss.aspx?PostID=4542241</wfw:commentRss><wfw:comment>http://blogs.msdn.com/mapo/rsscomments.aspx?PostID=4542241</wfw:comment><description>Something I once enjoyed was developing small Windows applications starting from scratch, that is, coding everything&amp;nbsp;in C or C++ using only the Win32 APIs. I'd like to dedicate a few of my blog's posts to what it means to write applications this way. For this first post, I'd like to direct you this well known &lt;A class="" href="http://winprog.org/tutorial/" mce_href="http://winprog.org/tutorial/"&gt;Win32 API tutorial&lt;/A&gt;. You can read the tutorial online or download it for offline reading either in &lt;A class="" href="http://winprog.org/tutorial/files/forgers-win32-tutorial.zip" mce_href="http://winprog.org/tutorial/files/forgers-win32-tutorial.zip"&gt;HTML format&lt;/A&gt; or in &lt;A class="" href="http://winprog.org/tutorial/files/forgers-win32-tutorial-pdf.zip" mce_href="http://winprog.org/tutorial/files/forgers-win32-tutorial-pdf.zip"&gt;PDF format&lt;/A&gt;. The zip containing the HTML version of the tutorial&amp;nbsp;also contains the source code for all the sample applications. The source code for all the samples&amp;nbsp;can also be downloaded by itself &lt;A class="" href="http://winprog.org/tutorial/files/source.zip" mce_href="http://winprog.org/tutorial/files/source.zip"&gt;here&lt;/A&gt;.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4542241" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/mapo/archive/tags/Win32/default.aspx">Win32</category></item></channel></rss>