Where to get reference to COM
Hi,
I want to use COM, but can not glue where to get reference. Does someone know answer to this question?
BR,
V
0
Comments
-
You can find it here:
0 -
Hello, Lyubov. I can not find information in COM block, could you share with more specific place.
0 -
- Hi Viktoriya,
You find the examples for .NET and COM API in the installation directory of Bricscad in the API sub-directory
e.g. C:\Program Files\Bricsys\BricsCAD V25 en_US\API
The DLLs to reference are in the installation directory as well...
for .NET
BrxMgd.dll
TD_Mgd.dll
TD_MgdBrep.dll
for COM
axbricscadapp1.dll
axbricscaddb1.dll
1 - Hi Viktoriya,
-
Have a look at :
1 -
With .NET and ActiveX, instead of references, consider using dynamic so your application isn’t version bound. Example http://www.theswamp.org/index.php?topic=55916
0