Click here to Skip to main content
15,882,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Goof afternoon.

I'm trying to programming a new application that uses resources of CAD software, but i don´t know how to migrate the COM interfaces from CAD Software.

one of the requiements is migrate the funtions of the CAD software to the new app that is making in Visual Studio.

What I have tried:

I tried to programming COM local server and client, but i don´t find the best way to the make that
Posted
Updated 30-Apr-19 20:32pm
Comments
Christian Graus 1-May-19 2:17am    
If it's a COM object, you can spin it up in most languages and call it.
Member 14254662 1-May-19 15:25pm    
what is the correcto way to do it?
Christian Graus 1-May-19 16:51pm    
Depends on the language you use.
Member 14254662 1-May-19 17:02pm    
C++, VBA or c#??? which has more development facility?

If it's a COM object, you can spin it up in most languages and call it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900