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.

The answers to life's questions lie inside you. All you need to do is look, listen, and trust.
_______________________________________________
msvc mailing list
[EMAIL PROTECTED]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription 
changes, and list archive.

Reply via email to