Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am a C,C++ programmer and new to C#. We a C# application which needs to be integrated with an C++ dll. I am using CLI to accomplish the same. There are a lot of C++ APIs that need to be called from C# application, additonally, each of these API contain a lot of user defined class objects as arguments. My question is how to handle passing of C++ class objects to C# using CLI? Secondly, Is there any similiar solution like "IKVM" (C#<->Java) for C#<->C++?

Thank You for Your Help,
Deepak
Posted

1 solution

 
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