Click to See Complete Forum and Search --> : Interop: Sending data to System.Object type from Unmanaged C++


psash_tal
February 17th, 2010, 06:52 AM
Hi,

I have a C# managed Dll registered using regasm and made COM visible

I am trying to access functions in the dll from a C++ code using COM interop. I am able access function which have basic data types like int, string, double
I have a function in the Dll that accepts System.Object type, how do I pass this parameter from the unmanaged code?

Can someone pls help me out? Thanks a lot in advance.


-ash