39#include "blocxx/BLOCXX_config.h"
41#if defined(BLOCXX_USE_DLL)
55DLLSharedLibraryLoader::DLLSharedLibraryLoader()
62DLLSharedLibraryLoader::loadSharedLibrary(
const String& filename)
const
64 if( filename.endsWith(
"libblocxx.dll") )
76 Logger logger(COMPONENT_NAME);
78 "LoadLibrary returned NULL. Error is: %1",
91DLLSharedLibraryLoader::~DLLSharedLibraryLoader()
#define BLOCXX_LOG_ERROR(logger, message)
Log message to logger with the Error level.
static SharedLibraryLoaderRef createSharedLibraryLoader()
GlobalString COMPONENT_NAME
String lastErrorMsg(bool socketError)
bool operator==(const Array< T > &x, const Array< T > &y)
class BLOCXX_COMMON_API Logger
IntrusiveReference< SharedLibrary > SharedLibraryRef
IntrusiveReference< SharedLibraryLoader > SharedLibraryLoaderRef