I created a .NET class library, which says it's using managed extension for C++. I only chose that one because I'm calling from C#, which is .NET, so it seemed to make sense. If there's a better choice I'm happy to switch.
From my C# program I'm doing a [DllImport ("")] of each of my functions. Right now they're each their own functions. I'd really rather the C++ library expose a class that I can call from C#, but I've no idea how to do that yet.
"Mattias Sjögren" wrote:
>
> Are you using managed or unmanaged C++? How are you calling the
> functions from C#?
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.
>