Mixed Mode Dll C++

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Hi Ash,

Ash said:
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

You can do this in Visual Studio 2005. Use the project wizard for .NET class
libraries and export functions as usual.

Marcus Heege
 
Back
Top