<?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>Thu, 18 Mar 2010 14:39:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: kl</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-326</link>
		<dc:creator>kl</dc:creator>
		<pubDate>Wed, 08 Apr 2009 09:30:00 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-326</guid>
		<description>to admin : thx for your suggestion. now it goes well, the problem is :there is another make.exe file located under "C:\WINDOWS\system32", it was download a long time ago and i forgot.</description>
		<content:encoded><![CDATA[<p>to admin : thx for your suggestion. now it goes well, the problem is :there is another make.exe file located under &#8220;C:\WINDOWS\system32&#8243;, it was download a long time ago and i forgot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-325</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:45:41 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-325</guid>
		<description>Hi there, it seems the IDE is picking up your Borland make instead of its own Make...

You could verify in File / Global Settings if you have the path to where your make.exe included in Program Files/Ecere SDK/mingw/bin is.

Next thing to try I would suggest doing a Find for your other make.exe which could be in Delphi or another Borland product you have installed and temporarily renaming it to something else to see if it fixes the problem.

Let me know how it goes!

Jerome</description>
		<content:encoded><![CDATA[<p>Hi there, it seems the IDE is picking up your Borland make instead of its own Make&#8230;</p>
<p>You could verify in File / Global Settings if you have the path to where your make.exe included in Program Files/Ecere SDK/mingw/bin is.</p>
<p>Next thing to try I would suggest doing a Find for your other make.exe which could be in Delphi or another Borland product you have installed and temporarily renaming it to something else to see if it fixes the problem.</p>
<p>Let me know how it goes!</p>
<p>Jerome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kl</title>
		<link>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-324</link>
		<dc:creator>kl</dc:creator>
		<pubDate>Tue, 24 Mar 2009 07:48:56 +0000</pubDate>
		<guid>http://www.ecere.com/blog/2007/12/22/ecere-programming-book-happy-holidays/#comment-324</guid>
		<description>hi: i am interested in the ecere, it looks great, i download the lasted release version for windows, but there are alway some errors when compiling the examples:

Building project Test3DS using the Default configuration...
MAKE Version 4.0  Copyright (c) 1987, 1996 Borland International
Incorrect command line argument: -j1

Incorrect command line argument: -C

Syntax: MAKE [options ...] target[s]
    -B               Builds all targets regardless of dependency dates
    -Dsymbol         Defines symbol
    -Dsymbol=string  Defines symbol to string
    -Idirectory      Names an include directory
    -K               Keeps (does not erase) temporary files created by MAKE
    -N               Increases MAKE's compatibility with NMAKE
    -S               Swaps MAKE out of memory to execute commands.
    -W               Writes all non-string options back to the .EXE file
    -Usymbol         Undefine symbol
    -ffilename       Uses filename as the MAKEFILE
    -dswapdir        Writes MAKE's swap file to swapdir
    -a               Performs auto-dependency checks for include files
    -c               Caches auto-dependency information
    -e               Ignores redefinition of environment variable macros
    -i               Ignores errors returned by commands
    -m               Displays the date and time stamp of each file
    -n               Prints commands but does not do them
    -p               Displays all macro definitions and implicit rules
    -q               Returns zero if target is up-to-date and nonzero
                     if it is not (for use in batch files)
    -r               Ignores rules and macros defined in BUILTINS.MAK
    -s               Silent, does not print commands before doing them
    -? or -h         Prints this message
      Options marked with '+' are on by default. To turn off a default
      option follow it by a '-', for example: -a-

Test3DS.exe (Default) - no error, no warning   


some suggestions? thx in advance</description>
		<content:encoded><![CDATA[<p>hi: i am interested in the ecere, it looks great, i download the lasted release version for windows, but there are alway some errors when compiling the examples:</p>
<p>Building project Test3DS using the Default configuration&#8230;<br />
MAKE Version 4.0  Copyright (c) 1987, 1996 Borland International<br />
Incorrect command line argument: -j1</p>
<p>Incorrect command line argument: -C</p>
<p>Syntax: MAKE [options &#8230;] target[s]<br />
    -B               Builds all targets regardless of dependency dates<br />
    -Dsymbol         Defines symbol<br />
    -Dsymbol=string  Defines symbol to string<br />
    -Idirectory      Names an include directory<br />
    -K               Keeps (does not erase) temporary files created by MAKE<br />
    -N               Increases MAKE&#8217;s compatibility with NMAKE<br />
    -S               Swaps MAKE out of memory to execute commands.<br />
    -W               Writes all non-string options back to the .EXE file<br />
    -Usymbol         Undefine symbol<br />
    -ffilename       Uses filename as the MAKEFILE<br />
    -dswapdir        Writes MAKE&#8217;s swap file to swapdir<br />
    -a               Performs auto-dependency checks for include files<br />
    -c               Caches auto-dependency information<br />
    -e               Ignores redefinition of environment variable macros<br />
    -i               Ignores errors returned by commands<br />
    -m               Displays the date and time stamp of each file<br />
    -n               Prints commands but does not do them<br />
    -p               Displays all macro definitions and implicit rules<br />
    -q               Returns zero if target is up-to-date and nonzero<br />
                     if it is not (for use in batch files)<br />
    -r               Ignores rules and macros defined in BUILTINS.MAK<br />
    -s               Silent, does not print commands before doing them<br />
    -? or -h         Prints this message<br />
      Options marked with &#8216;+&#8217; are on by default. To turn off a default<br />
      option follow it by a &#8216;-&#8217;, for example: -a-</p>
<p>Test3DS.exe (Default) - no error, no warning   </p>
<p>some suggestions? thx in advance</p>
]]></content:encoded>
	</item>
	<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>
