<?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 for Ecere Blogging</title>
	<link>http://www.ecere.com/blog</link>
	<description>Latest Ecere SDK &#38; Apps Developments</description>
	<pubDate>Fri, 05 Sep 2008 23:02:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>Comment on Dynamic Arrays (Similar to C++ std::vector) by admin</title>
		<link>http://www.ecere.com/blog/2007/10/22/22/#comment-270</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 04 Sep 2008 05:40:32 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/10/22/22/#comment-270</guid>
		<description>The truer templates have arrived!

See release 0.43 notes at:

http://www.ecere.com/blog/2008/09/03/ecere-sdk-043-templates-syntax-highlighting/

This example would now read:

void Test()
{
   Array&lt;Point&gt; points { size = 10 };
   points[0] = { 10, 10 };
   points.size = 20;
   points[19] = { 5, 5 };
   delete points;
}</description>
		<content:encoded><![CDATA[<p>The truer templates have arrived!</p>
<p>See release 0.43 notes at:</p>
<p><a href="http://www.ecere.com/blog/2008/09/03/ecere-sdk-043-templates-syntax-highlighting/" rel="nofollow">http://www.ecere.com/blog/2008/09/03/ecere-sdk-043-templates-syntax-highlighting/</a></p>
<p>This example would now read:</p>
<p>void Test()<br />
{<br />
   Array
<point> points { size = 10 };<br />
   points[0] = { 10, 10 };<br />
   points.size = 20;<br />
   points[19] = { 5, 5 };<br />
   delete points;<br />
}</point>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ecere SDK Release 0.42 by admin</title>
		<link>http://www.ecere.com/blog/2008/05/15/new-ecere-sdk-release-042/#comment-269</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 21 Aug 2008 15:39:44 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/05/15/new-ecere-sdk-release-042/#comment-269</guid>
		<description>Sorry, I took the decision of fixing a few bugs in the IDE before the release...
It should be out soon! I will announce it on the blog and let everybody knows when it is.</description>
		<content:encoded><![CDATA[<p>Sorry, I took the decision of fixing a few bugs in the IDE before the release&#8230;<br />
It should be out soon! I will announce it on the blog and let everybody knows when it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ecere SDK Release 0.42 by wtuben</title>
		<link>http://www.ecere.com/blog/2008/05/15/new-ecere-sdk-release-042/#comment-268</link>
		<dc:creator>wtuben</dc:creator>
		<pubDate>Thu, 21 Aug 2008 11:01:52 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/05/15/new-ecere-sdk-release-042/#comment-268</guid>
		<description>hello, did the ec 0.43 published?</description>
		<content:encoded><![CDATA[<p>hello, did the ec 0.43 published?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eC Programming Guide Section Completed by sb</title>
		<link>http://www.ecere.com/blog/2008/02/06/ec-programing-guide-section-completed/#comment-266</link>
		<dc:creator>sb</dc:creator>
		<pubDate>Fri, 01 Aug 2008 03:58:05 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/02/06/ec-programing-guide-section-completed/#comment-266</guid>
		<description>i have been waiting for this . it is easy to follow and understand ,although it is only 2 sections . Good Work :)</description>
		<content:encoded><![CDATA[<p>i have been waiting for this . it is easy to follow and understand ,although it is only 2 sections . Good Work <img src='http://www.ecere.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ecere SDK 0.42.1 and Cute Fractals by kramer</title>
		<link>http://www.ecere.com/blog/2008/06/12/ecere-sdk-0421-and-cute-fractals/#comment-265</link>
		<dc:creator>kramer</dc:creator>
		<pubDate>Fri, 25 Jul 2008 18:33:01 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/06/12/ecere-sdk-0421-and-cute-fractals/#comment-265</guid>
		<description>cool!</description>
		<content:encoded><![CDATA[<p>cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Acovel Media Player for Linux! by admin</title>
		<link>http://www.ecere.com/blog/2007/12/05/acovel-media-player-for-linux/#comment-264</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 17 Jul 2008 14:53:05 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/05/acovel-media-player-for-linux/#comment-264</guid>
		<description>Hi dinox,

Thanks for trying out Acovel!

It's most likely looking for it in the standard LD path (/usr/lib)
You could add a symlink there, or add . to your LD_LIBRARY_PATH
(export LD_LIBRARY_PATH=.)

You might run in more problems (ffmpeg / libc version troubles), I recommend you come on #ecere on irc.freenode.net for help getting it running.</description>
		<content:encoded><![CDATA[<p>Hi dinox,</p>
<p>Thanks for trying out Acovel!</p>
<p>It&#8217;s most likely looking for it in the standard LD path (/usr/lib)<br />
You could add a symlink there, or add . to your LD_LIBRARY_PATH<br />
(export LD_LIBRARY_PATH=.)</p>
<p>You might run in more problems (ffmpeg / libc version troubles), I recommend you come on #ecere on irc.freenode.net for help getting it running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Acovel Media Player for Linux! by dinox</title>
		<link>http://www.ecere.com/blog/2007/12/05/acovel-media-player-for-linux/#comment-263</link>
		<dc:creator>dinox</dc:creator>
		<pubDate>Thu, 17 Jul 2008 13:57:11 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/05/acovel-media-player-for-linux/#comment-263</guid>
		<description>[user@localhost Acovel]$ sudo ./Acovel 
./Acovel: error while loading shared libraries: libecere.so: cannot open shared object file: No such file or directory


why? the file is there.</description>
		<content:encoded><![CDATA[<p>[user@localhost Acovel]$ sudo ./Acovel<br />
./Acovel: error while loading shared libraries: libecere.so: cannot open shared object file: No such file or directory</p>
<p>why? the file is there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Ecere SDK Release 0.42 by ipluss</title>
		<link>http://www.ecere.com/blog/2008/05/15/new-ecere-sdk-release-042/#comment-261</link>
		<dc:creator>ipluss</dc:creator>
		<pubDate>Fri, 16 May 2008 03:46:55 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/05/15/new-ecere-sdk-release-042/#comment-261</guid>
		<description>downloading ...

;)</description>
		<content:encoded><![CDATA[<p>downloading &#8230;</p>
<p> <img src='http://www.ecere.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on eC Programming Guide Section Completed by ipluss</title>
		<link>http://www.ecere.com/blog/2008/02/06/ec-programing-guide-section-completed/#comment-232</link>
		<dc:creator>ipluss</dc:creator>
		<pubDate>Fri, 29 Feb 2008 04:01:38 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2008/02/06/ec-programing-guide-section-completed/#comment-232</guid>
		<description>I  am not very easy online recently, but this book translation work has already begun 
Thank you for your work to all ecere sdk user :)

ps: The book's cover is very beautiful</description>
		<content:encoded><![CDATA[<p>I  am not very easy online recently, but this book translation work has already begun<br />
Thank you for your work to all ecere sdk user <img src='http://www.ecere.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ps: The book&#8217;s cover is very beautiful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ecere programming book, Happy Holidays! by admin</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-170</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 08 Jan 2008 17:51:07 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-170</guid>
		<description>What language is the wincap lib?

It is possible to use C libraries from eC without any special effort, and flat C functionality of eC applications (no object oriented or eC specific feature) from a C program.

To use another language such as C++, right now it can be done but only at a C interface level.</description>
		<content:encoded><![CDATA[<p>What language is the wincap lib?</p>
<p>It is possible to use C libraries from eC without any special effort, and flat C functionality of eC applications (no object oriented or eC specific feature) from a C program.</p>
<p>To use another language such as C++, right now it can be done but only at a C interface level.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
