几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】assertion failed in dbentity.cpp (http://www.dimcax.com/hust/showthread.php?t=15146)

yang686526 2009-05-04 04:16 PM

【转帖】assertion failed in dbentity.cpp
 
assertion failed in dbentity.cpp
assertion failed in dbentity.cpp
when i save a drawing with oddbdatabase::writefile i get the follwing assertion:
file: dbentity.cpp
line: 1444
expression: invalid execution
perhaps it has something to do with my custom entity because when i do not rxinit() my custom entity it works.
an earlier version of my program that is based on an older dwgdirect version (not sure if 1.06 or 1.09) works without any problems.
any idea what the problem could be ?
thanks in advance
oliver
when custom entity is saved to file dd tries to save its graphic representation. to get it dd calls entity's worlddraw() method.
if worlddraw() is not implemented oddbentity::worlddraw() asserts.
you can ignore this assertion if you need not graphic representation saved to file.
sergey slezkin

thank you very much !
that solved my problem.
after implementing a worlddraw it works fine.
thanks
oliver


所有的时间均为北京时间。 现在的时间是 11:38 PM.