XbZ_Version()
|
Previous Top Next |
XbZ_Version() --> cVersion
|
None.
|
This function returns the version of the XbZLib.DLL as a string.
|
Returns the FileVersion Resource of the XbZLib.DLL as a string in the form: "N1.N2.N3.", as defined in file XbZLib.arc in the "FileVersion" Resource String, were "N1" is the (Major) Version Number, "N2" is the (Minor) Sub-Version Number, and "N3" is the Build Number. Those numbers should be updated in the XbZLib.arc file, when changes are made to the XbZLib.DLL source code.
|
|
NOTE: If the (File) Name of the XbZLib.DLL is changed for some reason, then this function must be updated, as it relies on the current File Name to work!
|
QOut(XbZ_Version()) --> "1.01.071"
|