Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a C# dll only and I want to make use the function in C# dll in my C++ application.
How can I do this ?
Posted
Comments
Bernhard Hiller 22-Aug-13 2:07am    
Is your C++ application a Managed application (C++.Net) or a non-managed?

 
Share this answer
 
Referred the link : http://support.microsoft.com/kb/310674[^]

In Configuration Properties -> General, set 'Common Language Runtime support' to 'Common Language Runtime support(/clr)'

Added the dll as reference by means of the Add Reference dialog box.
In Common Properties -> Framework and References, Select 'Add New Reference...' and In 'Browse' tab select the dll.
 
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