I’m wrapping a legacy lib for use in a .NET envirment.
Usefull: An Overview of Managed/Unmanaged Code Interoperability
Firstly, I tried to wrap the lib api with COM and use that from my C# app. With speed and efficiecency a priority, this was unacceptable. It involves callbacks (legacy lib) or events (COM) – the big slowdown happened in [...]
Archive for the ‘COM’ Category
Managed, Unmanaged and COM
Posted in .NET, C++, COM on July 6, 2007 | 2 Comments »