<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The Ecere SDK and eC go Open Source</title>
	<link>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/</link>
	<description>Latest Ecere SDK &#38; Apps Developments</description>
	<pubDate>Fri, 12 Mar 2010 06:39:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: 蜗牛</title>
		<link>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-321</link>
		<dc:creator>蜗牛</dc:creator>
		<pubDate>Thu, 05 Feb 2009 05:12:25 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-321</guid>
		<description>在中文版安装完后,无法打开IDE</description>
		<content:encoded><![CDATA[<p>在中文版安装完后,无法打开IDE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-306</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 28 Dec 2008 05:44:43 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-306</guid>
		<description>Hi there... You're trying to build the IDE against the old ecere...

Please use the Makefile.win32 to build the entire SDK 0.44 draft.

After you have updated your installed binaries (Copied from the bin/ folder to C:\Program Files\Ecere SDK\bin or where you installed the SDK before) you will be able to use the ide.epj file.

Ecere does not require header files, but you look at all exported constructs from a shared library (.dll / .so) by opening it in the documentor - F1 from the IDE).

You also have all information in the IDE's Autocomplete after you imported a shared library.</description>
		<content:encoded><![CDATA[<p>Hi there&#8230; You&#8217;re trying to build the IDE against the old ecere&#8230;</p>
<p>Please use the Makefile.win32 to build the entire SDK 0.44 draft.</p>
<p>After you have updated your installed binaries (Copied from the bin/ folder to C:\Program Files\Ecere SDK\bin or where you installed the SDK before) you will be able to use the ide.epj file.</p>
<p>Ecere does not require header files, but you look at all exported constructs from a shared library (.dll / .so) by opening it in the documentor - F1 from the IDE).</p>
<p>You also have all information in the IDE&#8217;s Autocomplete after you imported a shared library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: two world</title>
		<link>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-305</link>
		<dc:creator>two world</dc:creator>
		<pubDate>Sun, 28 Dec 2008 03:21:02 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-305</guid>
		<description>oh...not "/ide/ide.ec",is "/ide/ide.epj"..</description>
		<content:encoded><![CDATA[<p>oh&#8230;not &#8220;/ide/ide.ec&#8221;,is &#8220;/ide/ide.epj&#8221;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: two world</title>
		<link>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-304</link>
		<dc:creator>two world</dc:creator>
		<pubDate>Sun, 28 Dec 2008 03:16:33 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-304</guid>
		<description>i think read ecere's source code is very difficult.
i like read head file(.h) before read any source file(.c/.cpp/.ec). but ecere no has the head file...</description>
		<content:encoded><![CDATA[<p>i think read ecere&#8217;s source code is very difficult.<br />
i like read head file(.h) before read any source file(.c/.cpp/.ec). but ecere no has the head file&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: two world</title>
		<link>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-303</link>
		<dc:creator>two world</dc:creator>
		<pubDate>Sun, 28 Dec 2008 03:12:45 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-303</guid>
		<description>good!
but i'm make IDE project file show some error.
i'm open /ide/ide.ec in ecere0.43 for windows, click "project"-"rebuild all". the output view output more error in "src\dialogs\GlobalSettingsDialog.ec"
example:
src\dialogs\GlobalSettingsDialog.ec:18:15: warning: incompatible expression this.tabControl (TabControl); expected ecere::com::Instance
   src\dialogs\GlobalSettingsDialog.ec:18:47: error: unresolved identifier activeBorder
   src\dialogs\GlobalSettingsDialog.ec:18:70: error: couldn't determine type of  { left = 8, top = 8, right = 8, bottom = 40 }
   src\dialogs\GlobalSettingsDialog.ec:20:26: error: too many initializers for instantiation of class EditorTab
   src\dialogs\GlobalSettingsDialog.ec:20:32: error: couldn't find member tabControl in class EditorTab
   ....
   ....
   ...</description>
		<content:encoded><![CDATA[<p>good!<br />
but i&#8217;m make IDE project file show some error.<br />
i&#8217;m open /ide/ide.ec in ecere0.43 for windows, click &#8220;project&#8221;-&#8221;rebuild all&#8221;. the output view output more error in &#8220;src\dialogs\GlobalSettingsDialog.ec&#8221;<br />
example:<br />
src\dialogs\GlobalSettingsDialog.ec:18:15: warning: incompatible expression this.tabControl (TabControl); expected ecere::com::Instance<br />
   src\dialogs\GlobalSettingsDialog.ec:18:47: error: unresolved identifier activeBorder<br />
   src\dialogs\GlobalSettingsDialog.ec:18:70: error: couldn&#8217;t determine type of  { left = 8, top = 8, right = 8, bottom = 40 }<br />
   src\dialogs\GlobalSettingsDialog.ec:20:26: error: too many initializers for instantiation of class EditorTab<br />
   src\dialogs\GlobalSettingsDialog.ec:20:32: error: couldn&#8217;t find member tabControl in class EditorTab<br />
   &#8230;.<br />
   &#8230;.<br />
   &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Nabinger Sanchez</title>
		<link>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-301</link>
		<dc:creator>Ricardo Nabinger Sanchez</dc:creator>
		<pubDate>Thu, 25 Dec 2008 19:15:48 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/12/25/the-ecere-sdk-and-ec-go-open-source/#comment-301</guid>
		<description>Wow, that's excellent (and rather huge) news!  All the best for Ecere and Ecere team!  :-)</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s excellent (and rather huge) news!  All the best for Ecere and Ecere team!  <img src='http://www.ecere.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
