Ehsan > I have been using visual c++ for a long time, and want to keep using it. > I have a project that requires me to use the .NET framework. Is there anyway > that I can still use C++ (and also MFC) with the .NET framework? > I want to use some libraries I have in Visual c++ , is this possible? > > I'm no expert at this, but I know it's possible. Check out COM Interop > which allows you to call a COM component from within the .NET framework. > Also, C++.NET has the ability to call unmanaged code directly. Check out > the MSDN to find more details.
Obviously COM is one way, but I'm pretty sure you can mix managed and non-managed code in the same application ( as I've already said). Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn? _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
