All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Library.cpp File Reference

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...
 

Detailed Description

A class for handling shared libraries.

Definition in file Library.cpp.

Function Documentation

static bool sg_addedSearchPath ( false  )
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().