Latest Articles ::
In many situations when we create applications for different embedded systems or mobile platforms we can’t develop all parts of the product using...
Microsoft lets you call COM code from .NET code using RCW (Runtime Callable Wrappers). The RCW, a managed wrapper code, wraps the COM component. The...
Call Unmanaged Code Tutorial, part #2.
C++ managed code introduced us a new string type, namely System.String. You can imagine though, that some conversion functions are needed to work...
This article shows how to access .NET components from COM components.