[Ecls-list] new ECL list member/ ECL project

David Creelman dave at geko.net.au
Sun Feb 5 18:53:03 UTC 2006


On Wed, Jan 25, 2006 at 10:17:43AM +0100, Goffioul Michael wrote:
> > Hi Michael,
> > 
> > Thanks for that. My app doesn't crash now.
> > How do you setup a gray stream ?
> > 
> > I'd love to be able to echo errors and general standard 
> > output goodness to the screen.
> > 
> > In the FAQ, it points to xchat, but I couldn't find the 
> > implementation of gray streams there.
> 
> Here are parts of my implementation (not fully functional, but you
> probably get the idea). lisp.d defines the MEX interface and the
> low-level
> routines to redirect ECL outputs to MATLAB window. It also defines a
> temporary output stream as a string-stream used during the
> initialization
> process. Finally, it loads minit.lsp (compiled in the MEX file, loaded
> through the init_MINIT call), which setup the gray streams.
> 
<snip>

Thanks for that Michael. When I see .d files does it mean that these files contain interface code for ECL that has to be compiled for ECL with the d preprocesssor/compiler? Or, could I just as well write these in C and link it in with my app ?

Cheers
DC
> 




More information about the ecl-devel mailing list