quote:
Originally posted by ShawnZ
IL can't export stdcallable functions. It isn't the same format as a windows binary.
But a .NET DLL can have native exports.
quote:
Originally posted by ShawnZ
exporting to COM is different than exporting a function normally. you can't call a com function in a dll.
You can: you just need to create the DLL's COM object first.