16#ifndef __albaDynamicLoader_h
17#define __albaDynamicLoader_h
19#include "albaConfigure.h"
33#elif defined(__powerpc)
albaBase - the pourpose of this class is just to groups utilities classes
Portable loading of dynamic libraries or dll's.
static int CloseLibrary(LibHandle)
Attempt to detach a dynamic library from the process.
static void * GetSymbolAddress(LibHandle, const char *)
Find the address of the symbol in the given library.
static const char * LibPrefix()
Return the library prefix for the given architecture.
static LibHandle OpenLibrary(const char *)
Load a dynamic library into the current process.
static const char * LastError()
Return the last error produced from a calls made on this class.
static const char * LibExtension()
Return the library extension for the given architecture.