2#define __DCL_DLL_H__ 20041127
4#ifndef __DCL_OBJECT_H__
7#ifndef __DCL_EXCEPTION_H__
22 DllException(
const String& _name,
const String& _message);
42 const String& _filename,
int _flags = DEFAULT
48 void* getAddress(
const char* _symbol)
51 void* getAddress(
const String& _symbol)
54 const String& fileName()
const {
return __filename; }
#define DECLARE_CLASSINFO(class_name)
DllException(const String &_name, Exception *_cause)
Exception(Exception *_cause=NULL)
virtual String toString() const
SysError(Exception *_cause=NULL)