Convert C # to Unmanaged C ++

I have the unenviable task of converting multiple C # COM servers (CCW) (one of them is ActiveX Control) to unmanaged C ++. Any suggestions on tools that I could use to make this as simple as possible would be greatly appreciated.

+3
source share
1 answer

Tangible Software sells C # to C ++ converter, but I never used it myself ...

http://www.tangiblesoftwaresolutions.com/Product_Details/CSharp_to_CPlusPlus_Converter_Details.html

+2
source

All Articles