lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: memory-stream.cc


From: Han-Wen Nienhuys
Subject: Re: memory-stream.cc
Date: Thu, 24 Feb 2005 23:22:21 +0100

address@hidden writes:
> >did you do make clean after removing the
> >
> >  #include <libio.h>
> >
> >line? 
> >  
> >
> Sure, but the memory stream functions are cookie_io_functions_t and 
> that's declared in libio.h. Do you think I could implement the missing 
> parts for cygwin?

A better approach would be to rewrite ttftool/ , Right now, it does
output with FILE, but we want it to write to
memory. cookie_io_functions_t is an easy way to do that, but it is
also possible to substitute My_file for FILE and implement a
myfprintf() which writes to memory in stead of disk. Would you want to
try implementing that?


-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]