又遇到问题了
如果用CATIIniInteractiveSession这个接口要在Imakefile.mk中添加module CATInteractiveInterfaces
同样的用CATSession类,要添加CATObjectModelerBase
但是添加之后有这样的报错:
1. Module [CATObjectModelerBase.m] in LINK_WITH is ignored since it is in framework [D:\DassaultSystemes\B14\.\ObjectModelerBase] which is not a direct prerequisite.
2. Module [CATInteractiveInterfaces.m] in LINK_WITH is ignored since it is in framework [D:\DassaultSystemes\B14\.\InteractiveInterfaces] which is not a direct prerequisite.
在IdentityCard.h里添加了AddPrereqComponent("CATObjectModelerBase",Protected);
AddPrereqComponent("CATInteractiveInterfaces",Protected);
也没有用,有报错:
mkmk-ERROR: CATInteractiveInterfaces -> This Framework was not found in specified Workspace(s).
mkmk-ERROR: CATObjectModelerBase -> This Framework was not found in specified Workspace(s).
和上面1,2两条报错