Hi,

I have no idea on where to even get started here.

Basically I have a DLL written in C#, I want to be able to use that in my VC++ 2005 project.

How can I do this?

I'm guessing #import "<name>/dll", which compiles, but then how can I use the class contained within?

Thanks