DLL

From: GENTIT Francois-Xavier DAPNIA (GENTIT@DAPNIA.cea.fr)
Date: Fri Aug 21 1998 - 09:58:38 MEST


    Dear Rooters,
    Is there a documentation about all the files .DLL that are in
/root/bin ? Thanks to Valery Fine, I discovered for instance that self
documenting is only available if one first do
gSystem.Load("Root_Html.DLL"). But things are not so evident for other
.DLL . For instance, what is Root_WinNT.DLL ? Do I have to load it
through gSystem.Load ? What is Root_Hist.DLL, since histograms seams to
work perfectly well without loading it ? Is it so that some of these
.DLL are automatically loaded when I start ROOT, some not ? If yes,
which ones are not automatically loaded ?
    I have also discovered that TVector is only available if I load
Root_Matrix.DLL . But even if loaded, the command :

           TVector v(1,3,1.0,2.0,3.0,"END");                        

does not work, although all other commands about vectors are working.
For instance :

           TVector v(1,3);
            v(1) = 1.0;
            v(2) = 2.0;
            v(3) = 3.0;

works ok. Is this also due to the lack of some other .DLL library ?
     Thanks very much for your help.

F.X. Gentit
DAPNIA/SPP CEN Saclay
tel : 01 69 08 30 38



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:36 MET