Interoperability Samples
The following topics are the abstracts for the Interoperability samples written in C++.
Note
When building a sample application, first verify that the platform is set to your current platform in the Solution's Configuration property page. For example, you may need to change the platform from Itanium to Win32.
In This Section
MEDriver Sample: Demonstrates COM Eventing in the .NET Framework
Illustrates the use of COM events (fired from an unmanaged COM server) through a .NET Framework wrapper, automatically generated from the COM server's type library.QStat Sample: Wraps a COM Object to Expose Business Logic
Shows how to create a DLL that wraps access to a COM object and exposes its functionality to .NET Framework clients.TilePuzzle Sample: Demonstrates Interoperability Between C# and C++
Demonstrates interoperability between managed components (written with C++ and C#) and native components (written with C++ using COM attributes).
Related Sections
Using C++ Interop (Implicit PInvoke)
Describes and demonstrates using C++ to combine managed and unmanaged functionality into single applications.Mixed (Native and Managed) Assemblies
Provides an overview of mixed assemblies, which allow managed and unmanaged C++ components to interoperate.