I'm working to create a C++/CLI dll from an ATL COM object dll. Is this type of move possible, and what would need to be done to migrate the classes from the ATL com object to the C++/CLI dll wrapper.
Asked
Active
Viewed 133 times
0
-
They have nothing in common, not even the language is the same :) – Hans Passant Nov 06 '14 at 16:21
-
If you have an ATL COM object, why don't you use it in the .NET world? – xMRi Nov 19 '14 at 07:44