Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Version information
[Macros and data types commonly used]

Defines


Define Documentation

#define _MINIGUI_VERSION_CODE   ((MINIGUI_MAJOR_VERSION << 16) | (MINIGUI_MINOR_VERSION << 8) | MINIGUI_MICRO_VERSION)
 

Version code of MiniGUI.

See also:
_VERSION_CODE

Definition at line 86 of file common.h.

#define _VERSION_CODE major,
minor,
micro   )     (((major)<<16) | ((minor)<<8) | (micro))
 

A macro that returns the version code from major, minor and micro version number.

MiniGUI uses this macro to evaluate the version code of current MiniGUI library installed in your system, and define it to _MINIGUI_VERSION_CODE.

See also:
_MINIGUI_VERSION_CODE

Definition at line 78 of file common.h.


Generated on Mon Jun 26 13:54:28 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2