<?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: Ecere programming book, Happy Holidays!</title>
	<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/</link>
	<description>Latest Ecere SDK &#38; Apps Developments</description>
	<pubDate>Tue, 06 Jan 2009 06:11:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>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>
	<item>
		<title>By: ipluss</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-168</link>
		<dc:creator>ipluss</dc:creator>
		<pubDate>Tue, 08 Jan 2008 12:35:22 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-168</guid>
		<description>hi, my friend
I have a question, can someone use other program language to link to the ecere lib, or use the lib write by other language.

for example, i want use eC to program a aplication, and i want use wincap lib. 
how can i do it ?</description>
		<content:encoded><![CDATA[<p>hi, my friend<br />
I have a question, can someone use other program language to link to the ecere lib, or use the lib write by other language.</p>
<p>for example, i want use eC to program a aplication, and i want use wincap lib.<br />
how can i do it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-147</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 03 Jan 2008 21:34:03 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-147</guid>
		<description>I just finished writing the first section, "Programming in eC", which teaches basic C and eC programming concepts.

I am currently writing the next section on object oriented topics. I'm hoping to finish writing the book by May or so, and I may post updated versions online until then.

Note that the SDK comes with numerous samples (The Chess game one being the one the book will cover in details) from which you can learn most of these things.

Right now, strings in eC are basically C null terminated strings, with the standard C library string routines readily available, and a number of string related functions available in the core eC framework as well.

And showing a file dialog box is quite easy: FileDialog dialog { }; if(dialog.Modal () == ok) { /* use dialog.filePath */ }

I'm also fully available for support, either on irc.freenode.net / #ecere or through the forums or email, so don't hesitate to start writing eC code =)</description>
		<content:encoded><![CDATA[<p>I just finished writing the first section, &#8220;Programming in eC&#8221;, which teaches basic C and eC programming concepts.</p>
<p>I am currently writing the next section on object oriented topics. I&#8217;m hoping to finish writing the book by May or so, and I may post updated versions online until then.</p>
<p>Note that the SDK comes with numerous samples (The Chess game one being the one the book will cover in details) from which you can learn most of these things.</p>
<p>Right now, strings in eC are basically C null terminated strings, with the standard C library string routines readily available, and a number of string related functions available in the core eC framework as well.</p>
<p>And showing a file dialog box is quite easy: FileDialog dialog { }; if(dialog.Modal () == ok) { /* use dialog.filePath */ }</p>
<p>I&#8217;m also fully available for support, either on irc.freenode.net / #ecere or through the forums or email, so don&#8217;t hesitate to start writing eC code =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Grab</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-146</link>
		<dc:creator>Matt Grab</dc:creator>
		<pubDate>Thu, 03 Jan 2008 21:11:09 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-146</guid>
		<description>Is it already written?  I see there is an entire index which includes nice things, like how to show a file dialog box, and strings and more.</description>
		<content:encoded><![CDATA[<p>Is it already written?  I see there is an entire index which includes nice things, like how to show a file dialog box, and strings and more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dewai</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-127</link>
		<dc:creator>dewai</dc:creator>
		<pubDate>Tue, 25 Dec 2007 08:17:55 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-127</guid>
		<description>can't wait the book :) esp. "Section 15 - Writing database applications"
surely will boost eC</description>
		<content:encoded><![CDATA[<p>can&#8217;t wait the book <img src='http://www.ecere.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> esp. &#8220;Section 15 - Writing database applications&#8221;<br />
surely will boost eC</p>
]]></content:encoded>
	</item>
</channel>
</rss>
