iCAx开思工具箱

标题: (CAA)IdentityCard问题 [打印本页]

作者: liketulip    时间: 2004-9-13 17:07
标题: (CAA)IdentityCard问题
(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吧
作者: acoka    时间: 2004-9-13 17:14
觉得这是rade的bug, 至少我碰到好几回了, rade里的macro写得不是太好,dialog editor更糟糕,有时候整个resource file都会被清空,特别是在开发多语言版的时候
  
不过只要内核没问题,这些自己改改就好的东西,不是太介意。其它的cad开发这些都要自己手写的,总比没有来得强
  
IdentityCard 1个framework1个
必须在里头写上你在这个framework里要用的所有外部refrence的framework名,要不include找不到地方,除link error




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3