Hi,
I am trying to create a mixed mode C++ dll in Visual Studio 2005. I am
looking to create a wrapper for a .net 2.0 c# dll because i need to access it
from C.
Is this possible? I was told that i might only be able to use Visual Studio
2003. Which therefore means that I cant use .net 2.0 because I wouldnt be
able to reference it from with .net 1.1.
Thanks
Ash
Marcus Heege - 11 Jul 2006 08:12 GMT
Hi Ash,
> Hi,
>
[quoted text clipped - 11 lines]
>
> Ash
You can do this in Visual Studio 2005. Use the project wizard for .NET class
libraries and export functions as usual.
Marcus Heege