Author Topic: Dll files are not loaded by Autocad 2011 Windows7 on 64bits  (Read 14789 times)

0 Members and 1 Guest are viewing this topic.

web30

  • Guest
Re: Dll files are not loaded by Autocad 2011 Windows7 on 64bits
« Reply #30 on: April 19, 2011, 07:52:42 PM »
I thought as long as you included the 64-bit references instead of the 32-bit, it would still work. Is this incorrect?

I will try changing the begin/end to the document.commandWillStart/CommandEnded, as you suggested.

I still need thisDrawing.adoc set, though, since it's used in a few hundred places in the code. Or is there a way around it without using COM API? How else can you reference it?