高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】model-space cannot be opened
'*model_space' cannot be opened
'*model_space' cannot be opened
i found getat() virtual member function of oddbblocktable class searches the specified name case-sensitively. perhaps, other tables also.
this is not correct behaviour.
r14 (and many others, even odt v2?) makes model space record as '*model_space' and paper space as '*paper_space'.
but, odt 3.0.1(b) is seemed to search exactly '*model_space' only. so, i can fail to open the model space (with name).
searching table records case-sensitively is defect. i can't reproduce it now. i think it was fixed in 3.0.1(b). please verify your version of odt.
btw, to avoid different problems with model space's and paper space's names we provide functions getmodelspaceid() and getpaperspaceid() in classes oddbblocktable and oddbdatabase.
sincerely yours,
george udov
> i think it was fixed in 3.0.1(b).
really? okay, i will check it.
# if so, very sorry.
as you say, getmodelspaceid() and getpaperspaceid() are very convenience functions.
if i write some application using odt v3 from scratch, i would use it.
thank you.
i write a simple test program and check it... but getat still failed, at 3.0.1(b).
getmodelspaceid (of oddbblocktable) works correctly, but getat does not.
database.lib's md5 is below:
475c51907e71e7fd91179cf4cf8e9d4c database.lib
this is 3.0.1(b)'s one, is'nt it?
thank you.
yes, you have 3.0.1(b).
i'm awfully sorry - this defect was fixed 3 days after 3.0.1(b) was released.
we've plans to release 3.0.2 soon(maybe in the end of this week). there won't be this bug.
sincerely yours,
george udov
i see. i'm looking forward to be released 3.0.2(b)
thank you.
|