Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have made one c++ dll of math functions want to use it in c# and also want to implement those metods in our c# application.

please help me out
Posted

Hope link1[^]and link2[^] might help you.
 
Share this answer
 
i think you are tring to call unmanged code (i.e. written in c++) from managed code(i.e. from C#). This will answe your quation

http://blogs.msdn.com/b/junfeng/archive/2004/07/14/181932.aspx[^]
 
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