Results 1 to 5 of 5

Thread: exe/dll Compatible with v15 and v16

  1. #1
    GTVic Guest

    exe/dll Compatible with v15 and v16

    Has anyone successfully written a VB EXE or DLL that is compatible with both AutoCAD 2000/2000i/2002 and 2004/2005?

    Any things to watch out for?

    I assume the object libraries for 2004 and 2005 are one and the same so there should be no problem there correct?

    Greg

  2. #2
    Jorge Lopez Guest
    If you only use functions available to AutoCAD 2000 and late bind to
    everything (ie. declare all variables as Object) then it should work.

    - Jorge


    "GTVic" <nospam@address.withheld> wrote in message
    news:30695644.1102372800292.JavaMail.jive@jiveforu m1.autodesk.com...
    Has anyone successfully written a VB EXE or DLL that is compatible with
    both AutoCAD 2000/2000i/2002 and 2004/2005?

    Any things to watch out for?

    I assume the object libraries for 2004 and 2005 are one and the same so
    there should be no problem there correct?

    Greg

  3. #3
    vb-Bla-Bla Guest
    yes I did and don't have any problem so far;
    debug your program with early binding(referencing to AutoCAD 2000/2002 etc.
    object library (ies) through "Reference..." option, then compile it with
    late binding. You shouldn't have any problems. I you whish to cover 14
    version too, you may need to create two objects (or classes) to cover
    differences between 14 and up object models


    "GTVic" <nospam@address.withheld> wrote in message
    news:30695644.1102372800292.JavaMail.jive@jiveforu m1.autodesk.com...
    Has anyone successfully written a VB EXE or DLL that is compatible with
    both AutoCAD 2000/2000i/2002 and 2004/2005?

    Any things to watch out for?

    I assume the object libraries for 2004 and 2005 are one and the same so
    there should be no problem there correct?

    Greg

  4. #4
    GTVic Guest
    Thanks for the replies. What about the color property. There is a big difference between 2000 and 2004 with the way that is set?

    Greg

  5. #5
    Nathan Taylor Guest
    The new property is TrueColor. The Color property is still available in 2004/2005. It is a hidden member.
    Regards - Nathan

Similar Threads

  1. Replies: 1
    Last Post: 11-25-2005, 01:10 PM
  2. Is SW compatible with XP Media Center 2005?
    By Edge in forum SolidWorks
    Replies: 3
    Last Post: 11-21-2005, 05:10 PM
  3. is accont16 compatible with acad 2006
    By swissis in forum VBA
    Replies: 1
    Last Post: 04-08-2005, 06:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other forums: Access Forum - Microsoft Office Forum - Exchange Server Forum