Click here to Skip to main content
15,886,008 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,guys:

I got a big problem.I want to use class from a third party c++ dll but could not reference directly,so could anyone tell me how to do this,thanks!
Posted

1 solution

One of ways is to create a managed wrapper in managed C++ and thereafter use this from C#.
 
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