Message 1 of 5
CArchive / ObjectDCL

Not applicable
08-28-2006
09:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am in the process of converting ObjectDCL to work with AutoCAD 2007. I have completed the migration and have the ARX file loading in AutoCAD.
ObjectDCL uses a CArchive object to read and write its data file to the disk. The first item stored in the file is a version number as an integer.
In AutoCAD 2006, it is properly read as 9. In AutoCAD 2007, it is being read as 58354529.
Since I am converting code I didn't write, I don't have any experience with CArchive. In particular, I have no idea how it might be different in Visual Studio 2005 compared to previous versions.
Does anyone else have experience with CArchive that could offer some pointers? Has anyone converted a project to 2007 that uses CArchive?
Thanks,
David Robison
www.designmaster.biz
ObjectDCL uses a CArchive object to read and write its data file to the disk. The first item stored in the file is a version number as an integer.
In AutoCAD 2006, it is properly read as 9. In AutoCAD 2007, it is being read as 58354529.
Since I am converting code I didn't write, I don't have any experience with CArchive. In particular, I have no idea how it might be different in Visual Studio 2005 compared to previous versions.
Does anyone else have experience with CArchive that could offer some pointers? Has anyone converted a project to 2007 that uses CArchive?
Thanks,
David Robison
www.designmaster.biz