C++ common classes
General purpose classes for use across projects (Apache license)
CXPlatLoadLibrary Class Reference

Cross platform class to load DLL/shared library. More...

#include <CXPlatLoadLibrary.h>

List of all members.

Public Member Functions

 CXPlatLoadLibrary ()
 CXPlatLoadLibrary (LPCSTR)
virtual ~CXPlatLoadLibrary ()
XPLAT_HMODULE GetLib ()
XPLAT_HMODULE LoadLibrary (LPCSTR)
FARPROC GetProcAddress (LPCSTR)
FARPROC GetSymAddress (LPCSTR)
void FreeLibrary ()

Protected Attributes

XPLAT_HMODULE hLib

Detailed Description

Cross platform class to load DLL/shared library.

_MSC_VER > 1000 Load a DLL/shared library

Definition at line 38 of file CXPlatLoadLibrary.h.


Constructor & Destructor Documentation

Definition at line 40 of file CXPlatLoadLibrary.cpp.


Member Function Documentation


Member Data Documentation

Definition at line 54 of file CXPlatLoadLibrary.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines