20 #ifndef __DYNLIBLOADERWIN_HXX__
21 #define __DYNLIBLOADERWIN_HXX__
37 static const char _extForDynLib[];
41 bool isLibFileFindable()
const;
42 std::string getLibNameWithoutExt()
const;
43 int appendDirInSearchPath(
const std::string& dirName);
44 int removeDirInSearchPath(
const std::string& dirName);
45 void *getHandleOnSymbolWithName(
const std::string& symbName,
bool stopOnError=
true);
46 static const char *getExtensionForDynLib();
53 void *resolveSymb(
const std::string& symbName,
bool stopOnError);