> Hi, > What is mix managed and non-managed code? I heard from someone > that MFC wont work with v++.net. is this true?
MFC is available for VC++ .NET (7 and 7.1) as well. But you may experience some problems porting an MFC6 app to MFC7 or MFC7.1. Managed code and unmanaged code in some languages (such as C++.NET) can be mixed together. This means that managed code can call unmanaged code. Check out the article "Visual Studio .NET: Managed Extensions Bring .NET CLR Support to C++" by Chris Sells for starters for more information about mixing managed and unmanaged code together. ------------- Ehsan Akhgari Farda Technology (http://www.farda-tech.com/) List Owner: [EMAIL PROTECTED] [ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ] Ideas that fall under shadows of theories that stand tall, thoughts that grow narrow upon being verbally released. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
