Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.