Mixed Mode Dll C++

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
 
M

Marcus Heege

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top