Thanks for the info. The docs don't talk about importing a class, only
functions, but I know where to start looking in the future. For my current
project I need to access C functions, which I can do.
Al
"Willy Denoyette [MVP]" wrote:
>
> "Al the programmer" <(E-Mail Removed)> wrote in
> message news:017E109C-8812-44AB-B950-(E-Mail Removed)...
> > Thanks for the info. I remember the mangling issue from when I had to
> > call C
> > code from C++, but the C# docs are silent on the issue.
> >
> > What do I do when I want to export a C++ class in a dll to a C# program?
> >
> > Al
> >
> >
>
> Check this....
> http://msdn2.microsoft.com/library/e59b22c5.aspx
>
> Willy.
>
>
>