"Claus Hentschel" <[EMAIL PROTECTED]> writes:

|    FilePtr f(tbuf, FilePtr::write);
|    fprintf(f, "gsave clippath pathbbox grestore\n"
|         "4 dict begin\n" ....
| 
| I have inserted the sleep-systemcall to get a chance of viewing the temp.
| file. But: No file is present in the /tmp-directory nor at any other
| location on my harddisks!
| 
| Why isn't it possible to create that file for the child process??????

This could be a vairant of a bug that we have seen earlier.

try to f.close() when all the needed data has been written to the
file.

        Lgb

Reply via email to