Author Topic: AutoCAD 2010 acmgd.dll Intellisence?  (Read 3436 times)

0 Members and 1 Guest are viewing this topic.

mcarson

  • Guest
AutoCAD 2010 acmgd.dll Intellisence?
« on: September 14, 2009, 04:23:16 AM »
Does anyone know how I can get intellisence to work in VS2008 with the new AutoCAD 2010 libraries?
I'm not lost (yet)!

Bryco

  • Water Moccasin
  • Posts: 1883
Re: AutoCAD 2010 acmgd.dll Intellisence?
« Reply #1 on: September 14, 2009, 09:50:45 AM »
Tools->options->Text editor->vb-> intellisense  is it checked?

mcarson

  • Guest
Re: AutoCAD 2010 acmgd.dll Intellisence?
« Reply #2 on: September 14, 2009, 03:18:00 PM »
Tools->options->Text editor->vb-> intellisense  is it checked?


Yeah, it's checked. Intellisence works with the standard .NET libraries. Really, what I'm asking for may not exist: the xml files that accompany the acmdg.dll?

sinc

  • Guest
Re: AutoCAD 2010 acmgd.dll Intellisence?
« Reply #3 on: September 14, 2009, 03:24:41 PM »
XML files?

All I do is reference acmgd.dll and acdbmgd.dll into my project, and Intellisense works.  I don't know nuttin' 'bout no XML files.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: AutoCAD 2010 acmgd.dll Intellisence?
« Reply #4 on: September 14, 2009, 03:45:24 PM »
^^ ditto.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

mcarson

  • Guest
Re: AutoCAD 2010 acmgd.dll Intellisence?
« Reply #5 on: September 16, 2009, 06:01:55 AM »
Sorry guys (and girls).

The intelisence function works by displaying the method call and the required inputs for all the accessed
methods. When accessing the standard .NET libraries, I get a description of the method. With the
acmgd.dll etc I get no description.

When I was developing for ACAD2008, I managed to locate acmgd.xml and acdbmgd.xml which provided
the descriptions for the method calls. These I just put beside the libraries.

Is there an update available for the ACAD2010 libraries?