DWG Compatability with AutoCAD Versions?

Discussion in 'AutoCAD' started by rjlohan, Aug 27, 2004.

  1. rjlohan

    rjlohan Guest

    I want to confirm the compatability of the AutoCAD automation libraries with DWG formats produced in different versions of AutoCAD.

    i.e - I have a small app written in VB which makes use of the AutoCAD 2000 Type Library - it updates some info in drawing title blocks.

    Now, I've pulled the ACAD.TLB file from AutoCAD 2002. Will this same library work against drawings produced in other versions of AutoCAD (or other AutoDesk products - e.g AutoSketch), and if so - is there a 'supported' list?
     
    rjlohan, Aug 27, 2004
    #1
  2. Type libraries have no direct linkage or dependence on
    AutoCAD drawings or the version of AutoCAD they were
    saved as.

    A type library describes interfaces for ActiveX objects,
    not drawing objects.

    IOW, the type library is specific to the application that
    exposes the ActiveX objects (AutoCAD in this case). So,
    to utilize a type library, you must have the application
    that exposes the objects from the type library, and the
    right version of the application.

    Any application built using the AutoCAD 2000 type library
    will run on AutoCAD 2000 through 2002. Applications
    built using the AutoCAD 2004 type library will run on
    AutoCAD 2004 and 2005.
     
    Tony Tanzillo, Aug 27, 2004
    #2
  3. rjlohan

    Tim Badger Guest

    Tony, I know it's best to reference the type library, but I have written
    some small apps in vb that do not reference the type library when built and
    found they run in '02 to '05.
     
    Tim Badger, Aug 27, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.