by Mwwhited
31. October 2009 14:20
I prefer to write mostly in .Net and C# these days. But sometimes you need to work with external systems. On particular system I have been working with supports COM interop but the deployment model leaves much to be desired. In my typical net surfing I found a IL hack to export method calls from .Net assemblies and expose them as Unmanaged references. The handy part about this it you can use the exports anywhere you may call unmanaged interfaces. The need for me w...
[More]