Feeds:
Posts
Comments

Archive for the ‘COM’ Category

Managed, Unmanaged and COM

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 [...]

Read Full Post »