How to use custom class created by ObjectARX

38 Views Asked by At

I want to develop an AutoCAD plugin. The main code use C#, but I need a custom class (an object consists of a text and some ), then I create a custom class with ObjectARX. After compilation, ObjectARX produces a .dbx and .lib file, but C# use .dll files. I don't know how to use this custom class with C#.

I tried to use hybrid programming, but immediately I realised that is was illogical, and also I couldn't find a similar example like this.

0

There are 0 best solutions below