Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Recently I try to study the function ProAsmcompCreateCopy by C language,
and always gotten the return of -26. After checking the menu, -26 means
PRO_TK_NOT_VALID | Required license not found. |
so would like to know does it need other special license for this function? thanks.
Solved! Go to Solution.
It should not require any additional license.
But since this is deprecated, try to use the new function ProAsmcompMdlnameCreateCopy
Thanks. I found the below information for reference.