MatthiasB
06-13-2008, 07:36 AM
To disable the License Finder window with file base licensing one has to do the following:
lc_set_attr(job, LM_A_PROMPT_FOR_FILE, (LM_A_VAL_TYPE) 0);
This is not enough to disable the finder window with trusted storage when no licenses are available.
Any hints?
TIA, Matthias
lc_set_attr(job, LM_A_PROMPT_FOR_FILE, (LM_A_VAL_TYPE) 0);
This is not enough to disable the finder window with trusted storage when no licenses are available.
Any hints?
TIA, Matthias