C++ access .NET code

Hi all,
I was told that to access .NET code, I have to
use Managed C++ or expose the .NET bridge class as an ActiveX/COM object
I am not quite sure what this means.
Would be great if someone can enlighten me a bit.
Thank you,
[268 byte] By [kabilius] at [2007-11-20 11:56:00]
# 1 Re: C++ access .NET code
Well, first and foremost, you must explain what .NET code you want to access.

C++/CLI is the language designed for managed-unmanaged interoping.
cilu at 2007-11-11 4:02:04 >
# 2 Re: C++ access .NET code
Well, first and foremost, you must explain what .NET code you want to access.

C++/CLI is the language designed for managed-unmanaged interoping.

Hi cilu,

Sorry that I was not specific enough.
What I am looking at is a .NET Software Development Kit (SDK).
There are bunch of classes and functions I need to access with C / C++.
I know that I need to "bridge" the two languages, but I have no idea where to start ...

Any help is appreciated!
kabilius at 2007-11-11 4:03:15 >