Software Development Network>> .NET Development>> Using MFC lib in .NET project
there is probably no direct way to do that, you need write some wrappers, see
Consuming Unmanaged C++ Class Libraries from .NET Clientshttp://www.codeguru.com/cpp/cpp/cpp_managed/interop/article.php/c6867/
Using MFC lib in .NET project
Cyber Sinh
there is probably no direct way to do that, you need write some wrappers, see
Consuming Unmanaged C++ Class Libraries from .NET Clients
http://www.codeguru.com/cpp/cpp/cpp_managed/interop/article.php/c6867/