Import C# method in C++

Jun 2, 2011 at 4:49am
I have C# DLL having methods in a namespace called "TestProject".I have created required .tlb file for this DLL.

I am importing this DLL using statement -

#import

"com.TestProject.tlb" named_guids raw_interfaces_only



but when I am trying to acces classes/interfaces while initializing I am not seeing any list of classes in TestProject::<This only has __TestProject>.

So I would like know how can I access classes/interfaces inside that namespace.

Please help me to get this value.


.Net framework used for both DLL's is 2.0
Topic archived. No new replies allowed.