<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: CDT + MSVC = JOY?</title>
	<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY/</link>
	<description>Comments on Ask MetaFilter post CDT + MSVC = JOY?</description>
	<pubDate>Tue, 04 Mar 2008 09:51:21 -0800</pubDate>
	<lastBuildDate>Tue, 04 Mar 2008 09:51:21 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: CDT + MSVC = JOY?</title>
		<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY</link>	
		<description>Is it possible to use Microsoft Visual C++ as the underlying compiler for Eclipse with CDT? &lt;br /&gt;&lt;br /&gt; I like GCC, but I&apos;m inheriting an existing codebase and MSVC is a requirement.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.85284</guid>
		<pubDate>Tue, 04 Mar 2008 09:43:16 -0800</pubDate>
		<dc:creator>king walnut</dc:creator>
		
			<category>eclipse</category>
		
			<category>CDT</category>
		
	</item> <item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY#1260569</link>	
		<description>The command line compiler for c++ in the current Visual Studio is cl.exe (c# is csc.exe, vb is vbc.exe).  There&apos;s also an Ant-like build manager command line executable for Visual Studio projects but its name isn&apos;t coming to mind right now.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.85284-1260569</guid>
		<pubDate>Tue, 04 Mar 2008 09:51:21 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: rhizome</title>
		<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY#1260570</link>	
		<description>&lt;a href=&quot;http://nicholasditoro.com/serendipity/index.php?/archives/5-Microsoft-Visual-C++-Versus-Eclipse.html&quot;&gt;Google says yes.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.85284-1260570</guid>
		<pubDate>Tue, 04 Mar 2008 09:51:26 -0800</pubDate>
		<dc:creator>rhizome</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY#1260575</link>	
		<description>There it is: &lt;a href=&quot;http://msdn2.microsoft.com/en-us/library/wea2sca5(VS.80).aspx&quot;&gt;msbuild.exe&lt;/a&gt; is the command line build manager.&lt;br&gt;
&lt;br&gt;
(So, find wherever it specifies the compiler and / or build executables in Eclipse and you ought to be able to specify the Visual Studio equivalents.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.85284-1260575</guid>
		<pubDate>Tue, 04 Mar 2008 09:54:40 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item><item>
		<title>By: king walnut</title>
		<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY#1260713</link>	
		<description>Hmmmm.  Thanks for the responses, but...&lt;br&gt;
The &quot;Google says yes&quot; link doesn&apos;t seem to have anything to do with my question. It is somebody&apos;s thoughts on Eclipse vs. Visual Studio.&lt;br&gt;
I know what the MSVC command-line tools are; I can&apos;t seem to find a place in the CDT configuration screens that would let me insert these commands.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.85284-1260713</guid>
		<pubDate>Tue, 04 Mar 2008 11:47:51 -0800</pubDate>
		<dc:creator>king walnut</dc:creator>
	</item><item>
		<title>By: ShootTheMoon</title>
		<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY#1260763</link>	
		<description>Ya, you found the right person. I wrote a plugin to migrate the CDT default mingw compiler to my companies own compiler. It&apos;s a lot of work to make it happen automatically, but you can do it with a few option changes for each project you want to run through visual c++ compiler.&lt;br&gt;
&lt;br&gt;
Yup, you want to right click on your project and select properties. Your going to change the tool settings under C/C++ Build. If you just want to change to a different compiler that is already on the path, change the command that is called in each build step (Compile, link, etc) to your visual c++ executable. If you need to change command line options, this is the place to change them as well.&lt;br&gt;
&lt;br&gt;
The programmers guide under the help menu-&amp;gt;CDT plug in developers guide offers much more info, probably way more in depth then you are looking for, but has lots of clues.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.85284-1260763</guid>
		<pubDate>Tue, 04 Mar 2008 12:30:56 -0800</pubDate>
		<dc:creator>ShootTheMoon</dc:creator>
	</item><item>
		<title>By: XMLicious</title>
		<link>http://ask.metafilter.com/85284/CDT-MSVC-JOY#1260768</link>	
		<description>Also, here&apos;s the Eclipse &lt;a href=&quot;http://dev.eclipse.org/viewcvs/index.cgi/cdt-home/user/Reference%20Documents/Managed_Build/Managed_Build_Extensibility.html?root=Tools_Project&amp;view=co&quot;&gt;Managed Build System Extensibility Document&lt;/a&gt;.  It looks as though it&apos;s pretty similar to customizing MSBuild or Ant, editing XML files and whatnot.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.85284-1260768</guid>
		<pubDate>Tue, 04 Mar 2008 12:35:17 -0800</pubDate>
		<dc:creator>XMLicious</dc:creator>
	</item>
	</channel>
</rss>
