Library Management
[Utilities]
Detailed Description
- Usefull definitions for about dialogs and for checking the compiled version with the linked version for dynamic libraries.
- See im_lib.h
Defines | |
#define | IM_AUTHOR "Antonio Scuri" |
#define | IM_COPYRIGHT "Copyright (C) 1994-2006 Tecgraf/PUC-Rio and PETROBRAS S/A" |
#define | IM_VERSION "3.2.0" |
#define | IM_VERSION_DATE "2006/11/24" |
#define | IM_VERSION_NUMBER 302000 |
Functions | |
const char * | imVersion (void) |
const char * | imVersionDate (void) |
int | imVersionNumber (void) |
Define Documentation
|
Library release number used in the compilation time. |
Function Documentation
|
Returns the library current version.
im.Version() -> version: string [in Lua 5] |
|
Returns the library current version release date.
im.VersionDate() -> date: string [in Lua 5] |
|
Returns the library current version number.
im.VersionNumber() -> version: number [in Lua 5] |