Code Red > .NET

Strong names and AutoCAD 2008

(1/1)

simor:
AutoCAD's disc-groups are down so I'm having harder times finding answers to my noob questions..

I was wondering if it's possible to use strong names with ObjectARX? I'm using C# .NET 05 and AutoCAD 2008. Two references don't seem to have strong names, namely: acdbmgd and acmgd so I can't compile my project. Is there any way to overcome this or not?

/me ObjectARX noob, go easy on me!

Glenn R:
No, not to my knowledge.

Draftek:
The only thing I could think of is late binding with no reference to the type libraries. I have a large app which does minimal work inside autocad where I used this technique.

I personally do not recommend doing that but I believe Keith writes all his AutoCAD code this way.

simor:
Alright, thanks for the replies!

Navigation

[0] Message Index

Go to full version