libopencad
libopencad copied to clipboard
When can this lib support AC1018?
Recently, I have try to transform the high dwg version to autocad2000, but it seems this lib has some bugs. Such as some layers' geometries losed or exists bugs when opencadfile(). Is it because the geometrytype is not enough for versions after transform. Can you continue to update the lib??Thank you.
I am thinking about rewriting this library completely to make it more Modern C++ as it stands now, and since it has pretty bad design choices (which leads to memory-leaks, hard error-handling, etc). It's hard to estimate how much will it take since this is not my main project at the moment, and it seems that it won't be.
In near future I will start to commit again into dev branch, it won't be stable of course, but after I will make global refactoring I will also try to extend possible formats with 1 new version of DWG.
Thanks for your interest.
Hi @sandyre, Is there any progress on adding support of more recent AC file versions?
Hello @rudolfninja . No, unfortunately there is none. I would like to say that there is https://github.com/nextgis-borsch/lib_opencad repository with latest patches taken from GDAL project trunk, so it should be better t o use instead. API is the same.
Best regards, sandyre
Thanks. I'll take a look on it