高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】error file not found recomputedimblock.dr
error: file not found recomputedimblock.drx
error: file not found recomputedimblock.drx
the following code seems fairly harmless and straightforward. yet it gives an exception: "error: file not found recomputedimblock.drx"
code:
oddbrotateddimensionptr pdimension = oddbrotateddimension::createobject();
pdimension->setdatabasedefaults(pdb);
bbtr->appendoddbentity(pdimension);
is it referring to recomputedimblock_2.03_8.drx?
yes, the dimension wants to calculate its block when adding to database.
if you want not to calculate it automatically, build and load "dummyrecomputedimblock" instead of normal recomputedimblock*.drx
vladimir
thank you. it is fixed.
|