AddPrereqComponent("ObjectModelerBase",Public);
AddPrereqComponent("System",Protected);
AddPrereqComponent("MechanicalModelerUI",Protected);
AddPrereqComponent("ApplicationFrame",Protected);
AddPrereqComponent("Dialog",Protected);
// END WIZARD EDITION ZONE
AddPrereqComponent("MecModInterfaces",Protected);
AddPrereqComponent("PartInterfaces",Protected);
AddPrereqComponent("InteractiveInterfaces",Protected);
AddPrereqComponent("SketcherInterfaces",Protected);
AddPrereqComponent("ObjectSpecsModeler",Protected);
AddPrereqComponent("Dialog",Protected);
AddPrereqComponent("Mathematics",Protected);
AddPrereqComponent("TopologicalOperators",Protected);
AddPrereqComponent("GeometricObjects",Protected);
==============================
LINK_WITH = $(WIZARD_LINK_MODULES) \
CATMecModInterfaces \
CATApplicationFrame \
CATObjectModelerBase \
CATInteractiveInterfaces \
CATSketcherInterfaces \
CATPartInterfaces \
CATMathematics \
CATObjectSpecsModeler \
CATGeometricObjects \
CATMathStream \
CATTopologicalObjects
==========================
orusCmd.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall CATTopData::~CATTopData(void)" (__imp_??1CATTopData@@UAE@XZ)
TorusCmd.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) class CATSolidSphere * __cdecl CATCreateSolidSphere(class CATGeoFactory *,class CATTopData *,class CATMathPoint const &,double)" (__imp_?CATCreateSolidSphere@@YAPAVCATSolidSphere@@PAVCATGeoFactory@@PAVCATTopData@@ABVCATMathPoint@@N@Z)
TorusCmd.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall CATTopData::CATTopData(class CATSoftwareConfiguration *,class CATCGMJournalList *)" (__imp_??0CATTopData@@QAE@PAVCATSoftwareConfiguration@@PAVCATCGMJournalList@@@Z) |