.NET Wrapper

If you are a C/C++/C# developer and have any questions about using our products from your application here is the place to post them.
Post Reply
ruc2827
Posts: 12
Joined: Wed Nov 03 2004

.NET Wrapper

Post by ruc2827 »

Why does the .NET wrapper not contain the same API as the COM dll it wraps? I was forced to create an Interop assembly from the COM dll using tlbimp to get the full functionality. It seems like the API is way out of date on the .NET dll. Also, there are two separate components. One has just static methods, the other contains methods and properties. Why are you not just creating a primary interop assembly that wraps your COM component directly?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

In CDINTFNET.DLL we are not wrapping our com component we are instead implementing some functions of the DLL.
CDIntfNet.dll is not complete yet, it contains the main functions of the DLL but not all of them.
Wrapping the com component is easy as you suggested and our customers can do it easily if they choose to.

Hope this helps.
Post Reply