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

the difference between dll and static libs projects
the difference between dll and static libs projects
i have created a test.dwg file using odwriteex sample project. (note that odwriteexdll throws an error while creating:
odwriteex developed using dwgdirect ver 2.03
populating the database...
error:
)
after that i'm trying to read this file. odreadex sample project reads it perfectly. odreadexdll sample project thows an assertion in debug:
odreadex developed using dwgdirect ver 2.03
------- started loading handles...
meter limit: 2
progress: 50.00%
------- stopped
------- started resolving header round trip...
meter limit: 997
------- stopped
------- started loading dwg file...
meter limit: 997
progress: 0.70%
progress: 1.40%
progress: 2.11%
progress: 2.81%
progress: 3.51%
progress: 4.21%
progress: 4.91%
progress: 5.62%
progress: 6.32%
progress: 7.02%
progress: 7.72%
assertion failed: rt==oddb::ksoftpointerref, file e:\opendwg\dd2.3.1\dwgdirect_v
c6\source\database\dwgfiler\dwgstreams.cpp, line 475
the release target throws an error in the middle of reading:
<acdbaligneddimension>. . . . . . [239]
dimension line point. . . . . . [25.1 24.0 0.0]
oblique . . . . . . . . . . . . 0.0d
extension line 1 point. . . . . [23.1 22.4 0.0]
extension line 2 point. . . . . [24.6 24.4 0.0]
measurement . . . . . . . . . . 2.5
dimension text. . . . . . . . . ""
dwgdirect error: extended error
press enter to continue...
why do dll and static libs project behave in different way? note, that test.dwg opens in autocad perfectly.
p.s the test.dwg file is attached
attached files
the difference between static and dll versions is that odwriteexdll.exe requires some .dll and .drx modules.
it seems that recomputedimblock.drx was missing.
sergey slezkin
thanks, that helped for odwriteexdll!
and what about an assertion in debug of odreadexdll:
progress: 7.72%
assertion failed: rt==oddb::ksoftpointerref, file e:\opendwg\dd2.3.1\dwgdirect_v
c6\source\database\dwgfiler\dwgstreams.cpp, line 475
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)