When reading a DXF file, the reader breaks at a debug assertion at vector
(it breaks on release version). Inspecting the code show that the cause
could be in dxfEntity.cpp.

It seems that the problem is an offending "short" used in a for loop, where
it should be "int" or "long". It causes an index out of range error. I post
a diff file showing the change i made to my worlking copy to work.

Greetings,
Himar.

Attachment: dxfEntity.diff
Description: Binary data

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to