redwing wrote:
Missing the dll module in imakefile
You have added the prerequiste frameworks, you also need add the corresponding modules to imakefile
From the compiler compains, you need add
KnowledgeItf \
CATObjectModelerBase \
...
check the identitycard to find the frameworks be referenced, then figure out modules need to be added in the imakefile.
use ctrl+F1 may find the variables and methods finded in what framework