From: stephan b. <sg...@us...> - 2004-12-27 23:30:39
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27969/include/pclasses/System Modified Files: SharedLib.h Log Message: Added comment about BindMode flags being ignored on some platforms. Index: SharedLib.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/System/SharedLib.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- SharedLib.h 25 Dec 2004 16:04:21 -0000 1.7 +++ SharedLib.h 27 Dec 2004 23:30:30 -0000 1.8 @@ -59,6 +59,12 @@ /*! Constructs the object and loads the shared library specified in the path argument. + + Note that this class relies on a system-dependent set of + DLL-handling functions. Not all DLL-opening functions honor + BindMode (e.g., libltdl's lt_dlopen()), and this option may + be ignored by the SharedLib implementation on such platforms. + \param path the path to the shared library \param mode binding mode when loading the library \throw SystemError |