Article | 41019112 |
Type | Bug |
Product | Converter |
Version | 4.0.1.1019 |
Date Added | 5/10/2003 |
Fixed | Yes [5/10/2003] |
Submitted by | |
Keywords |
XProperties in DWG/DXF format have limited size 16Kbytes long.
When the XProperties size is bigger than 16kbytes then the drawing is not saved properly.
It is fixed in 4.0.2.1020. VectorDraw saves only the first 16Kbytes of XProperties.
For example one XProperties of type XD_REAL it allocates 16Bytes, one XD_INT 10 Bytes, and a XD_STRING 8Bytes plus the number of the characters in Bytes.