V
Varun Bansal
Hi,
I've written a C# dll and I'm trying to return a "List of structures" to my
C++ client application. I'm getting this warning while compiling my C# dll.
Warning 1 Type library exporter warning processing 'xyz'. Warning: Type
library exporter encountered a generic type instance in a signature. Generic
code may not be exported to COM.
Can someone guide me what needs to be done to resolve it?
Thanks,
Varun
I've written a C# dll and I'm trying to return a "List of structures" to my
C++ client application. I'm getting this warning while compiling my C# dll.
Warning 1 Type library exporter warning processing 'xyz'. Warning: Type
library exporter encountered a generic type instance in a signature. Generic
code may not be exported to COM.
Can someone guide me what needs to be done to resolve it?
Thanks,
Varun