I have a library file (.lib) which was developed in c++, I need to use this
lib file into .net
Can I convert the lib file into dll or is there any way to use this lib in
.net?
Ollie Riches - 16 Jan 2007 09:54 GMT
this might help you out:
http://www.codeguru.com/Cpp/Cpp/cpp_managed/interop/article.php/c6867/
HTH
Ollie Riches
>I have a library file (.lib) which was developed in c++, I need to use this
> lib file into .net
> Can I convert the lib file into dll or is there any way to use this lib in
> .net?