Re: int filehandle? && small rootcint enhancement.

Jacek M. Holeczek (holeczek@clri6g.gsi.de)
Fri, 4 Jul 1997 10:42:02 +0200 (EET)


> > Im working on interfacing root with some fortran libraries which works
> > fine (after some hassle). My problem at the moment is how to get the LUN
> > of a file opened in CINT to pass it to some fortran function.
What you are trying to do is mixing I/O between C and Fortran. This is not
a good idea. Thy problem here is that both languages ( compilers and
libraries ) keep and manage their own I/O buffers. Thus on principle you
CANNOT freely mix I/O operations on the same file from the different
languages.
Be warned.
Jacek.