ImageGear Professional v18.2 > User Guide > Using ImageGear > Library Utility Functions > Checking the ImageGear Version |
ImageGear provides two IG_version_ ...() functions:
Copy Code
|
|
---|---|
INT nVersionMajor; INT nVersionMinor; INT nVersionUpdate;IG_version_numbers ( &nVersionMajor, &nVersionMinor, &nVersionUpdate); |
Copy Code
|
|
---|---|
LPSTR lpszCompileDate;
lpszCompileDate = IG_version_compile_date ( void );
|
Upon return from the above, lpszCompileDate will contain a pointer to a string of the form "Mmm dd yyyy," such as "May 09 2011."