A class for handling shared libraries. More...
#include "Library.h"#include "../../Defines.h"#include "Exception.h"#include "../translator/Translator.h"#include <cassert>#include <algorithm>#include <cctype>#include <boost/format.hpp>#include <windows.h>Go to the source code of this file.
Classes | |
| struct | te::core::Library::Impl |
Functions | |
| static std::string | te_get_os_error () |
A class for handling shared libraries.
Definition in file Library.cpp.
|
static |
Definition at line 78 of file Library.cpp.
References te::common::win::GetLastError(), and TE_TR.
Referenced by te::core::Library::addSearchDir(), te::core::Library::getAddress(), te::core::Library::getSearchPath(), te::core::Library::load(), te::core::Library::resetSearchPath(), and te::core::Library::unload().