查看单个帖子
旧 2009-05-06, 08:24 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】oddbxrefmansynctables

oddbxrefman::synctables
oddbxrefman::synctables
oddbxrefman::synctables does not appear to be implemented in any of the libraries (at least my linker can't find it).
if i am not making some error - is their similar functionality available somewhere else? i want to temporarily bind every xref into the drawing so i can read through it without dealing the xref issues (which i don't understand very well). i never save the drawing, so i am not conserned with having to unbind anything.
thanks,
allan
hi allan,
you're just right -- oddbxrefman::synctables() is an atavism and not linked into our libs (to be removed from header).
use oddbxrefman::reloadall() to bind all xref data. there's no difference in our current implementation if db was xrefed or binded except that the first case assumes unloading binded data (and table record names are different). you just have a deal with regular table records with special names <xref>|<strname> and xrefdependent flag is set.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)