|
-
February 17th, 2010, 07:52 AM
#1
Interop: Sending data to System.Object type from Unmanaged C++
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|