Dynamic load of a shared library

//*CMZ :          10/01/97  11.38.56  by  Rene Brun
//*-- Author :    Rene Brun   10/01/97
{
//  This macro loads the shared library libEvent.so provided in $ROOTSYS/test.
//  More details about shared libs can be found at Extending ROOT with shared libraries.
//  Before executing this macro, we assume that:
//     - you have changed your current directory to $ROOTSYS/test.
//     - you have executed Event.
//  If not, go to directory test and issue the commands:
//       make Event      to generate the executable module and shared library
//       Event           to produce the file Event.root
//

//   Load shared library created in $ROOTSYS/test/libEvent.so
   gSystem.Load("libEvent.so");
}


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.