How to include static library in c#
Hi genius helpers,
I made an application in c++ .net 2005 and now i want to switch on c#. I want to include the static library files made in c++ in c#.From many sources I come to know that I can use c++ application in c# by wrapping it and making its dll and then using it through [dllimport] in c#. The other way is by converting static library using converter. But I don't want to use converters.Is there any other way to use static library of c++ in c#
Thanx.
|