G
Guest
Does anyone know how to force interop to use a stdcall interface on the COM objects it creates instead of the cdcall interface that is standard
This is very importiant for my project. I need to reference a VB.NET based interop COM object from an outside program. The program will only interact with a stdcall interface on the COM object. .NET interop uses the cdcall interface when it exposes an assembly to COM. I need to figure out how to change this
Thanks for any help
-Dou
This is very importiant for my project. I need to reference a VB.NET based interop COM object from an outside program. The program will only interact with a stdcall interface on the COM object. .NET interop uses the cdcall interface when it exposes an assembly to COM. I need to figure out how to change this
Thanks for any help
-Dou