all groups > dotnet clr > september 2005 >
You're in the

dotnet clr

group:

Convert MFC 6.0 static libraries to managed application


Re: Convert MFC 6.0 static libraries to managed application Willy Denoyette [MVP]
9/30/2005 12:04:49 AM
dotnet clr:

[quoted text, click to view]

The only language that can bind to static libraries is C++ (managed and/or
unmanaged), so I would suggest you to stick with C++. However, if you have
plans to migrate the infrastructure to C#, you can start by wrapping your
libraries into managed C++ classes using ME C++ or the upcomming C++/CLI.

Willy.



Convert MFC 6.0 static libraries to managed application Dani Peer
9/30/2005 12:27:16 AM
Hi,
We have few MFC 6.0 applications that are using many static libraries that
are basically our infrastructure. Now we want to develop in C#, and we don't
want to redesign all the infrastructure, that basically the libs are also
using dependencies between them. From where to start ? and suggestions ?

Thanks
-- Dani

AddThis Social Bookmark Button