.NET
-
Is there a way to use some of .Net's numerous classes in MFC? What I'm particulrly interested is finding a way to use .Net's DataAdapter, DataReader, SqlCommand and so on classes in MFC. Thank you in advance.
-
Is there a way to use some of .Net's numerous classes in MFC? What I'm particulrly interested is finding a way to use .Net's DataAdapter, DataReader, SqlCommand and so on classes in MFC. Thank you in advance.
Dobromir Dimitrov wrote:
Is there a way to use some of .Net's numerous classes in MFC?
Yes. It's not trivial. To use .NET from C++ you need to understand how .NET works and how C++ interops unmanaged code with managed code. The top two links in this programming guide[^] have lots of info. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Is there a way to use some of .Net's numerous classes in MFC? What I'm particulrly interested is finding a way to use .Net's DataAdapter, DataReader, SqlCommand and so on classes in MFC. Thank you in advance.
You can. Read up on C++/CLI if you use VC 2005, or Managed C++ for earlier versions of VC.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ I work for Keyser Söze