Initializes the Geographic Determination Library; must be called before any other library function.
Syntax
intl gdlInitialize( gdlHandle* hGdl, intl number, char* filename );
Arguments
hGdl
Pointer to a gdlHandle. Output.
number
License password. Input.
filename
License filename. Input.
Return values
GDL_NOT_LICENSED
GDL_OK
Prerequisites
None.
Alternates
None.
Notes
This should be the first function called. Call gdlTerminate when finished with gdlHandle.