DCL 4.0
Loading...
Searching...
No Matches
Dll.cpp File Reference
#include <dcl/Config.h>
#include <dcl/_dlfcn.h>
#include <dcl/Object.h>
#include <dcl/Charset.h>
#include <dcl/Files.h>
#include <dcl/Dll.h>

Go to the source code of this file.

Functions

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO (DllException, SysError) DllException
 IMPLEMENT_CLASSINFO (Dll, Object) Dll

Function Documentation

◆ IMPLEMENT_CLASSINFO() [1/2]

IMPLEMENT_CLASSINFO ( Dll ,
Object  )

Definition at line 56 of file Dll.cpp.

59{
60 __handle = NULL;
61}
#define NULL
Definition Config.h:340

◆ IMPLEMENT_CLASSINFO() [2/2]

__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO ( DllException ,
SysError  )

Definition at line 28 of file Dll.cpp.

31: SysError(_cause)
32{
33 __message = _name;
34}