<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Setting Up C++ Development Environment on Windows with EasyEclipse and MinGW</title>
	<atom:link href="http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<pubDate>Sun, 07 Sep 2008 19:59:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: C++ Development Environment on Windows using Eclipse Ganymede and Nuwen MinGW</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-137214</link>
		<dc:creator>C++ Development Environment on Windows using Eclipse Ganymede and Nuwen MinGW</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-137214</guid>
		<description>[...] this post to be an update of my previous post &#8220;Setting Up C++ Development Environment on Windows with EasyEclipse and MinGW.&#8221; I will be using the following components in this post to setup the development environment [...]</description>
		<content:encoded><![CDATA[<p>[...] this post to be an update of my previous post &#8220;Setting Up C++ Development Environment on Windows with EasyEclipse and MinGW.&#8221; I will be using the following components in this post to setup the development environment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-137185</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Thu, 24 Jul 2008 12:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-137185</guid>
		<description>Glad that it helped Sileniek. Try the new Eclipse Ganymede for C++ and let me know how you like it.</description>
		<content:encoded><![CDATA[<p>Glad that it helped Sileniek. Try the new Eclipse Ganymede for C++ and let me know how you like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Sileniek</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-137181</link>
		<dc:creator>Leonardo Sileniek</dc:creator>
		<pubDate>Fri, 18 Jul 2008 18:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-137181</guid>
		<description>After numerous searches and guides, you were the first to actually be able to clearly show what I was doing wrong when trying to set up the mingw environment on winXP... Thank you so much.</description>
		<content:encoded><![CDATA[<p>After numerous searches and guides, you were the first to actually be able to clearly show what I was doing wrong when trying to set up the mingw environment on winXP&#8230; Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unit Testing C++ Programs using CppUnit in Eclipse IDE on Windows</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-135779</link>
		<dc:creator>Unit Testing C++ Programs using CppUnit in Eclipse IDE on Windows</dc:creator>
		<pubDate>Mon, 26 Nov 2007 17:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-135779</guid>
		<description>[...] C++ toolchain must already be installed and configured with your Eclipse IDE; if not, read the MinGW and EasyEclipse configuration post for more information; it&#8217;s for older version of the Eclipse and configuration is much simpler [...]</description>
		<content:encoded><![CDATA[<p>[...] C++ toolchain must already be installed and configured with your Eclipse IDE; if not, read the MinGW and EasyEclipse configuration post for more information; it&#8217;s for older version of the Eclipse and configuration is much simpler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Build C++ Programs With SCons in Eclipse Using SConsBuilder Plugin(MS Windows)</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-133345</link>
		<dc:creator>Build C++ Programs With SCons in Eclipse Using SConsBuilder Plugin(MS Windows)</dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-133345</guid>
		<description>[...] If the MinGW toolchain is not already installed on your Windows system, download and install MinGW, MSYS and gdb debugger from MinGW&#8217;s download page. Similarly download and install the latest version of Eclipse for C++(Europa) if it&#8217;s not already installed. If you are willing to take my recommendation, I suggest you start with EasyEclipse for C++ IDE which comes with many useful C++ plugins pre-installed. When you install EasyEclipse/Eclipse Europa for C++, it will automatically detect the MinGW installation and will configure all paths properly, but if for some reason you come across any problem(or if you are using an older version of Eclipse), take a look at my earlier post on how to configure MinGW with Eclipse IDE. [...]</description>
		<content:encoded><![CDATA[<p>[...] If the MinGW toolchain is not already installed on your Windows system, download and install MinGW, MSYS and gdb debugger from MinGW&#8217;s download page. Similarly download and install the latest version of Eclipse for C++(Europa) if it&#8217;s not already installed. If you are willing to take my recommendation, I suggest you start with EasyEclipse for C++ IDE which comes with many useful C++ plugins pre-installed. When you install EasyEclipse/Eclipse Europa for C++, it will automatically detect the MinGW installation and will configure all paths properly, but if for some reason you come across any problem(or if you are using an older version of Eclipse), take a look at my earlier post on how to configure MinGW with Eclipse IDE. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wascana is Eclipse Based Standalone C++ IDE for MS Windows</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-123313</link>
		<dc:creator>Wascana is Eclipse Based Standalone C++ IDE for MS Windows</dc:creator>
		<pubDate>Fri, 14 Sep 2007 11:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-123313</guid>
		<description>[...] Wascana Desktop Developer is a completely standalone, Eclipse-based C++ development environment for the Windows platform which packages everything that is needed for developing applications using the C++ language. Download the installer, go through the installation wizard and you have a complete C++ IDE ready to go; unlike EasyEclipse for C++, no additional software or any further configuration is needed. It is based on the popular Eclipse platform and uses the CDT plugin and the MinGW compiler tools to provide the necessary functionality. Called CDT for Windows earlier, it is now renamed to Wascana Desktop Developer to avoid any trademark issues. The latest version, Wascana 0.9.3, was released a few days ago and it comes with the following components integrated into it: [...]</description>
		<content:encoded><![CDATA[<p>[...] Wascana Desktop Developer is a completely standalone, Eclipse-based C++ development environment for the Windows platform which packages everything that is needed for developing applications using the C++ language. Download the installer, go through the installation wizard and you have a complete C++ IDE ready to go; unlike EasyEclipse for C++, no additional software or any further configuration is needed. It is based on the popular Eclipse platform and uses the CDT plugin and the MinGW compiler tools to provide the necessary functionality. Called CDT for Windows earlier, it is now renamed to Wascana Desktop Developer to avoid any trademark issues. The latest version, Wascana 0.9.3, was released a few days ago and it comes with the following components integrated into it: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tabrez</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-114096</link>
		<dc:creator>tabrez</dc:creator>
		<pubDate>Thu, 30 Aug 2007 10:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-114096</guid>
		<description>I wish good luck to both of you in that case to realise your individual objectives.</description>
		<content:encoded><![CDATA[<p>I wish good luck to both of you in that case to realise your individual objectives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Schaefer</title>
		<link>http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-113087</link>
		<dc:creator>Doug Schaefer</dc:creator>
		<pubDate>Tue, 28 Aug 2007 15:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/25/setting-up-c-development-environment-on-windows-with-easyeclipse-and-mingw/#comment-113087</guid>
		<description>I had seriously considered working with EasyEclipse. I am a big fan of Phillipe's work and he is a great ambassador for the Eclipse community.

However, Wascana is more than just an easy way to get eclipse. My real objective is to build up a community focused on providing a top class open source desktop development solution. Essentially a competator to Visual C++ but as a common environment for Linux and Mac as well, i.e. all the same libraries and required tool chains and plug-ins. Adding new plug-ins to the solution is pretty trivial relative to building libraries and such. But I'd like to focus on the whole developer experience from end-to-end. And that is going to take a while to understand.

So while I hate to be competing with Phillipe's great effort, I think we have slightly different objectives and focus.</description>
		<content:encoded><![CDATA[<p>I had seriously considered working with EasyEclipse. I am a big fan of Phillipe&#8217;s work and he is a great ambassador for the Eclipse community.</p>
<p>However, Wascana is more than just an easy way to get eclipse. My real objective is to build up a community focused on providing a top class open source desktop development solution. Essentially a competator to Visual C++ but as a common environment for Linux and Mac as well, i.e. all the same libraries and required tool chains and plug-ins. Adding new plug-ins to the solution is pretty trivial relative to building libraries and such. But I&#8217;d like to focus on the whole developer experience from end-to-end. And that is going to take a while to understand.</p>
<p>So while I hate to be competing with Phillipe&#8217;s great effort, I think we have slightly different objectives and focus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
