Search the Community
Showing results for tags 'compatibility'.
-
I used to use Nanocad and just recently started using Autocad again. I sent a .dwg file to an engineer which is a drawing I had started in Nanocad and then imported and finished in Autocad 18 and he says he can't upload it. He says he gets a fatal error. Even though I saved the file as an AutocadLT 2013 format from the file save menu. I really would like to know if there is any Autocad or AutocadLT user with Architectural experience I could send a sample drawing to or can try the attached file so I can determine if the problem is really with my files or with the program or method the engineer is using to try to upload my drawing when I email it. Any assistance would be greatly appreciated. Thanks, PCS electrical FINAL ACADlite2013.dwg
-
Binary compatibility of VBA projects in DVB files
stasokhvat posted a topic in .NET, ObjectARX & VBA
Hello, Lately, one user of my DVB library reported a binary compatibility error in Autocad 2014. The DVB file was compiled in Autocad 2010, and upon installing the trial version of Autocad 2014 I discovered that the reference to Autocad 2010 ( v. 18 ) was broken, which caused problems with binding to Autocad class. Removing the old reference and adding a reference to 2014 fixed things, of course. But here's the interesting part. I have the same DVB file compiled in Autocad 2008 and it works fine in Autocad 2010 ( v.18 ), 2012 ( v.18 ) and 2014 ( v.19 ). To add to the confusion, I tested the 2014 file in Autocad 2012 and 2008 and it worked fine in both of them! Also, the 2010 version works fine in version 2008. I have always believed (and testing verified this) that a DVB add-in compiled against a version after 2002 works correctly in all older versions. Clearly, this rule is broken when you try to open a 2010-2012 ( v.18 ) DVB file in 2013-2014 (v.19). Have you come across this problem before? Do you have to distribute separate DVB files for each group of Autocad versions (i.e., v. 18, v.19, etc.)? I would appreciate your help. Thanks a lot. Best regards, Stanislav