migrating C++ to C#

  • Thread starter Johnson Fernandez
  • Start date
J

Johnson Fernandez

Hi,

Is there a tool avaialable to convert C++ and VB COM+
components to C#?

Thanks,
Johnson
 
N

Nishant S

I do not think this is very likely, but you don't really have to convert
them all. For COM components you can access them from managed programs using
RCW and for non-COM native C++ DLLs use MC++/IJW to write managed wrappers
which can then be accessed from your newly written managed code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top