> > 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.
This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:19 MET