高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem with dxf file
problem with dxf file
problem with dxf file
opening up the attached file in the odamfcapp gives the following error =>
'not that kind of class'
any ideas would be greatly appreciated. this file opened just fine with the toolkit and volo view.
attached files
the file is invalid - try recover in autocad.
i fixed dd to load and recover such files.
the fix will be available in 1.12
sergey slezkin
sergey,
thanks for the quick response! this file came from an outside source, so i had no idea that it was invalid. wonder why the toolkit didn't have a problem with it? when will 1.12 be released?
ken c.
the file has a number of duplicated ucs table records but this was not the main problem.
some blocks had extension dictionary handle pointing to not dictionary object but to a ucs table record.
pointer assignment in dd throws an exception "not that kind of class" in such case.
dd 1.12 may be released today or on monday.
sergey slezkin
thanks sergey!
|