I don't aggre. That funciton is only avalible at runtime.
The dll version is a file property. Important for testing to everify the environment under test and for error finding if some one has wrong version installed. Especialy important if we need to distribute some patched version.
And it is already fixed and commited to the repository.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fixed
There exists a function already: const char *tlc_getVersionString (void). Doesn't that suffice?
I don't aggre. That funciton is only avalible at runtime.
The dll version is a file property. Important for testing to everify the environment under test and for error finding if some one has wrong version installed. Especialy important if we need to distribute some patched version.
And it is already fixed and commited to the repository.
OK, I changed it to expand the version numbers to strings (using makros) - this works during preprocessing/compile time. Hope that suffices?
Grate, that is fine.
I have tested it and just did a minor fix to avoid " to be part of the final string.