A class for handling shared libraries. More...
#include "../Defines.h"#include "Exception.h"#include "Library.h"#include "PlatformUtils.h"#include "Translator.h"#include <boost/format.hpp>#include <windows.h>Go to the source code of this file.
Classes | |
| class | te::common::Library::Impl |
Functions | |
| static bool | sg_addedSearchPath (false) |
| This flag is very important for Windows because some routines in its API returns 0 with two meanings: error or empty, but there is no way to know which one is right! More... | |
A class for handling shared libraries.
Definition in file Library.cpp.
|
static |
This flag is very important for Windows because some routines in its API returns 0 with two meanings: error or empty, but there is no way to know which one is right!
Referenced by te::common::Library::addSearchDir(), te::common::Library::getSearchPath(), and te::common::Library::resetSearchPath().