Tips
& Tricks
Did you know that you can set your Address Object
license string as an environment variable?
It is always a good idea not to hard code your
Address Object license string in your application
when possible. Reading the license string from an
environment variable or a config file makes
retrieving and updating your license string easy and
painless. To set your license string through an
environment variable, first code your application to
set the license string as an empty string:
SetLicenseString(“”)
Then, create an environment variable named
MDADDR_LICENSE and set its value to your actual
license string.
For more information on how to do this in Windows, Linux, and Solaris, please take a
look at our FAQ
|