gdlGetVersion - geographicdeterminationlibrary - 2024.00

Geographic Determination Library Reference for Windows and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Geographic Determination Library
Version
2024.00
ft:locale
en-US
Product name
GeoStan Geocoding Suite
ft:title
Geographic Determination Library Reference for Windows and z/OS
Copyright
2024
First publish date
1994
ft:lastEdition
2024-05-09
ft:lastPublication
2024-05-09T00:55:21.277000

Returns a string containing the GDL library version number.

Syntax

intl gdlGetVersion( char* buffer, const int buflen);

Arguments

buffer

The location to store the returned version string. Output.

buflen

The maximum data size the buffer can contain. The buffer size must be at least 11 characters. Input.

Return Values

GDL_OK

Prerequisites

None.

Alternates

None.

Notes

The string returned is in the following format:

GDL v#.#

For example, GDL v1.3