<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6332182202888468368</id><updated>2012-02-16T01:42:50.430-08:00</updated><title type='text'>VS2003 Platform Toolset for VS2010</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://vs2003.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6332182202888468368/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://vs2003.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>gmit</name><uri>http://www.blogger.com/profile/16456841126821918530</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6332182202888468368.post-8323184314795569232</id><published>2010-09-29T05:02:00.000-07:00</published><updated>2010-09-29T05:02:12.605-07:00</updated><title type='text'>VS2003 Platform Toolset, second release</title><content type='html'>Second release that includes fix for bscmake.exe can be found here: &lt;a href="https://sites.google.com/site/convertresponse/vs2003-platform-toolset-for-vs2010/VS2003PlatformToolset_rel2.zip?attredirects=0&amp;amp;d=1"&gt;download (rel2)&lt;/a&gt;. Enjoy!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6332182202888468368-8323184314795569232?l=vs2003.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vs2003.blogspot.com/feeds/8323184314795569232/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://vs2003.blogspot.com/2010/09/vs2003-platform-toolset-second-release.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6332182202888468368/posts/default/8323184314795569232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6332182202888468368/posts/default/8323184314795569232'/><link rel='alternate' type='text/html' href='http://vs2003.blogspot.com/2010/09/vs2003-platform-toolset-second-release.html' title='VS2003 Platform Toolset, second release'/><author><name>gmit</name><uri>http://www.blogger.com/profile/16456841126821918530</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6332182202888468368.post-6883007893402041340</id><published>2010-09-10T01:38:00.000-07:00</published><updated>2010-09-10T01:38:26.824-07:00</updated><title type='text'>VS2003 Platform Toolset, initial release</title><content type='html'>VS2010 offers a great possibility to use its modern environment for compiling older projects. Microsoft provided Platform Toolset for VS2008, support files for VS2005 can be found on the Internet, but, due to many internal problems, there's nothing that would work for VS2003. This project tries to change this...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can find the first version here: &lt;a href="https://sites.google.com/site/convertresponse/vs2003-platform-toolset-for-vs2010/VS2003PlatformToolset_rel1.zip?attredirects=0&amp;amp;d=1"&gt;download (rel1)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;For installation, do the following:&lt;/b&gt;&lt;br /&gt;&amp;nbsp; 1. Copy &lt;i&gt;v71&lt;/i&gt; directory into &lt;i&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets&lt;/i&gt; or the equivalent.&lt;br /&gt;&amp;nbsp; 2. Copy other files to your &lt;i&gt;C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin&lt;/i&gt; dir (or the equivalent).&lt;br /&gt;&amp;nbsp; 3. Run &lt;i&gt;ConvertResponse_install.bat&lt;/i&gt; from the command line in the directory from the step 2.&lt;br /&gt;&lt;br /&gt;To do the uninstall, do previous steps in reverse, but use &lt;i&gt;ConvertResponse_uninstall.bat&lt;/i&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Use it like this:&lt;/b&gt;&lt;br /&gt;&amp;nbsp; 1. Load your VS2003 project into the VS2010 (it will be converted to .vcxproj).&lt;br /&gt;&amp;nbsp; 2. Change &lt;i&gt;Project Properties\Configuration Properties\General\Platform Toolset&lt;/i&gt; to &lt;i&gt;v71&lt;/i&gt;.&lt;br /&gt;&amp;nbsp; 3. Compile!&lt;br /&gt;&amp;nbsp; 4. If you'll encounter problems, most probably the problem is that VS2010 sets some property which VS2003 doesn't understand. For such cases, you might want to edit &lt;i&gt;ConvertResponse.ini&lt;/i&gt; file which contains parameter replacement rules (with help present in the file itself).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Beware:&lt;/b&gt;&lt;br /&gt;&amp;nbsp; 1. Although the binaries should be the same as if generated on VS2003, VS2010 sets some options differently by default. For example, initial values for &lt;i&gt;forscope &lt;/i&gt;and &lt;i&gt;wchar_t&lt;/i&gt; language options are different compared to VS2003's default ones. I've handled this in the &lt;i&gt;ConvertResponse.ini&lt;/i&gt; file, but, if you might check this if you'll encounter problems...&lt;br /&gt;&amp;nbsp; 2. Since VS2010 uses .vcxproj, you will still need to use VS2003 to alter project settings. Since you will need VS2003, you might consider naming .sln file for VS2010 differently.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For all questions, suggestions or if you'd like to share your version of ConvertResponse.ini, write to&amp;nbsp;&lt;a href="mailto:gmit+vs2003@runbox.com"&gt;me&lt;/a&gt;. Please put some sane subject.&lt;br /&gt;&lt;br /&gt;This utility is free of charge, but, if you extraordinarily love it and if you can afford, you can &lt;a href="https://load.payoneer.com/LoadToPage.aspx?email=gmit@runbox.com"&gt;donate&lt;/a&gt; some funds. Tnx!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6332182202888468368-6883007893402041340?l=vs2003.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://vs2003.blogspot.com/feeds/6883007893402041340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://vs2003.blogspot.com/2010/09/vs2003-platform-toolset-initial-release.html#comment-form' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6332182202888468368/posts/default/6883007893402041340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6332182202888468368/posts/default/6883007893402041340'/><link rel='alternate' type='text/html' href='http://vs2003.blogspot.com/2010/09/vs2003-platform-toolset-initial-release.html' title='VS2003 Platform Toolset, initial release'/><author><name>gmit</name><uri>http://www.blogger.com/profile/16456841126821918530</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry></feed>
