Message 1 of 11
Saving custom entity, proxy object problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I created a simple custom object deriving from AcDbEntity in a dbx, and I'm facing issues when I tried to save this entity in a previous dwg version. Here are the steps to reproduce the problem:
- Launch AutoCAD 2013 (or 2014) and load the dbx
- Create an instance of the custom entity
- Save the dwg in version 2013
- Restart AutoCAD 2013 (or 2014), but don't load the dbx
- Open the dwg created in step 3 (the custom object appears as PROXY OBJECT, it's normal)
- Save the dwg in version 2010 (with save as...)
- Launch AutoCAD 2010 (or 2011 or 2012) and load the dbx (compiled for the right version)
- Open the dwg created in step 6
- Custom object appears as PROXY OBJECT --> why ???
I read AutoCAD developer's guide (chapter Custom Objects -> Deriving from AcDbObject -> Object Version Support) about birth and filer version, but I didn't understand what I need to do. Does anyone have the same problem? Is this is a normal behavior of AutoCAD?
Regards,
--
Jonathan
Jonathan