GL Studio C++ Runtime API
|
#include <gls_version.h>
Public Member Functions | |
GlsBuiltVersionInfo2 (int glsMajor=8, int glsMinor=1, int glsBuild=0000, int compilerVersion=0) | |
This is a type which shall remain consistant. If an item must be added, it shall be added at the end of the structure to avoid compatibility issues. This object is used to check dynamically loaded code with the container performing the load. This must be inline to work properly.
|
inline |
Constructor
glsMajor | The major runtime version. |
glsMinor | The minor runtime version. |
glsBuild | The build, and build minor runtime version. |
compilerVersion | The compiler version. |