Click to See Complete Forum and Search --> : How to get C#Managed code objects by VC++ through COM ?


vgrigor3
August 26th, 2002, 01:58 AM
I have a library made in C#, and it has a interface of metods of a managed objects like ArrayList, when I try to get it from a COM activated object from VC++ 7, ir always produces 'undefined' results.

Can someone advice:
How to get Managed code objects by Standart VC++, even in managed mode? Thanks.