Hi, I have a C++ COM dll where some functions have been exported using def file using EXPORTS statement. Now, can I call these COM methods from a C# application? I have done some interop earlier using normal C++ DLLs where the function were exported in extern "C" style. Could you please provide some sample code or link for the EXPORT scenario?