GeekArticles
Programming
C++
Programming
C++Generate Custom Managed C++ Wrappers for Easier COM Interoperation Using DCOMSuds
Vishwas Lele This article assumes you're familiar with .NET, C++, and COM Level of Difficulty 1 2 3 Download the code for this article: DCOMSuds.exe (296KB) SUMMARY Now that you're writing managed code, you'll certainly want to use your existing COM components, but you can't simply call them directly. Instead, you have to wrap the COM component in a runtime-callable wrapper that acts as a proxy between the component and your managed code. While the CLR provides wrapper classes for this...n
Sponsored Links
Related Topics
Subscribe via RSS
C++
- Multithreading in C++
- A Simple Garbage Collector for C++
- C++ in theory: Bridging Your Classes with PIMPLs
- C++ In Theory: The Singleton Pattern, Part 2
- C++ In Theory: The Singleton Pattern, Part I
- Managed C++: Debugging with the StackTrace Class
- C++ Idioms in BREW: Better Interfaces
- More on Handling Basic Data Types
- Visual C++ 2005 IDE Enhancements
- Managed C++: Loading and Displaying Images
