TOP --> libjdl

macro JDL_DLL

MACRO used to make classes exportable from a DLL. This is only necessary on a PC.

The code sample below shows how to use this macro.


 File: my.h:
   #include "jdlutil.h"
   class JDL_DLL mycls {
   };
 File: my.cpp:
   #define JDL_DEV_INTERFACE
   #include "jdlutil.h"
 File: user.cpp
   #include "jdlutil.h"
 

Source:
../../libjdl/src/jdlutil.h:106

Code:
local JDL_DLL

This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.