![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Macros | |
#define | GRAY_COMPANY "Menasoft" |
#define | GRAY_COPYRIGHT "Copyright 1992 - 2020 Dennis Robinson (http://www.menasoft.com)" |
#define | GRAY_VERSION_N 1604 |
numeric version id. used for easy compares. More... | |
#define | GRAY_VERSION_S "1.604" |
share string version with all files. More... | |
#define | GRAY_VERSION_RC 1,6,0,4 |
RC version id. *.rc FILEVERSION wants this format. More... | |
Can be included in RC file as well! RC_INVOKED version broken out into a separate file for minimal impact on the Version Control System. Use the first 2 digits for data format breaking changes. 3rd digit and beyond is for new functionality.
#define GRAY_COMPANY "Menasoft" |
#define GRAY_COPYRIGHT "Copyright 1992 - 2020 Dennis Robinson (http://www.menasoft.com)" |
#define GRAY_VERSION_N 1604 |
numeric version id. used for easy compares.
#define GRAY_VERSION_RC 1,6,0,4 |
RC version id. *.rc FILEVERSION wants this format.
#define GRAY_VERSION_S "1.604" |
share string version with all files.