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

I know how to refer a C# COM dll inside VC++ 6.0 project.But I have to refer C#

dll(Not a COM dll)inside VC++ 6.0 project.How can I refer.Please help me

Thanks in advance
Posted

1 solution

Hi, I did do this some years ago, so I only can give you some unconcrete information about that issue:

I developed a managed C++ dll as a bridge. This dll can be called from an unmanaged c++ dll and is able to call the managed code of a .Net assembly.

Hope this helps
 
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