|
马上注册登录,享用更多网站功能!
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
(CAA)为什么insert一个dialog command以后IdentityCard自己出现错误了
insert之前:
AddPrereqComponent("ObjectModelerBase",Public);
AddPrereqComponent("System",Protected);
AddPrereqComponent("MechanicalModelerUI",Protected);
AddPrereqComponent("ApplicationFrame",Public);
// 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);
insert之后:
AddPrereqComponent("ObjectModelerBase",Public);
AddPrereqComponent("// 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);
然后编译就出现了错误
把原来的重新copy替换现在的倒是能解决问题
虽然问题能解决
但是不知道为什么会出现这种情况
大虾顺便讲一讲IdentityCard.h吧 |
|