高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】ksoftpointerref assert error
ksoftpointerref assert error
ksoftpointerref assert error
hello,
i am getting the following assert error in debug mode in c++ v6.0 as i open a dwg.
rt==oddb::ksoftpointerref
file: 揝ource\database\dwgfiler\dwgstreams.cpp
line: 475
it is intermittent. once i close the drawing and reopen it, the error disappears!
any ideas?
thanks
robert
this is result of vc 6 compiler bug related to templates.
2.6.3 contains workaroung for vc6 bug (no asserts).
actually the only result of this bug is the assertion. you can ignore it.
the assertion happens once per application run.
oda bugzilla bug: #5270
microsoft article:
"if all the template parameters are not used in function arguments or return
type of a template function, the template functions are not overloaded
correctly."
sergey slezkin
thanks sergey...
|