Click to See Complete Forum and Search --> : Using C# dll in Visual Studio 6 C++


Emoney
July 24th, 2002, 04:41 AM
Hi all

Does anyone has experience in how to use a C#.NET dll in a Visual Studio 6 C++ environment or how to use it in Visual C++.NET?

Thx

CPCericola
July 27th, 2002, 08:29 PM
Originally posted by Emoney
Hi all

Does anyone has experience in how to use a C#.NET dll in a Visual Studio 6 C++ environment or how to use it in Visual C++.NET?

Thx

Using a C# DLL within Visual C++.Net is what the whole .NET framework is about, interoperability. As for using a C# dll for Visual Studio 6 langauges using com, it can be done. I personally have not done this but can refer you to article in the MSDN.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconinteroperatingwithunmanagedcode.asp

I hope this helps out.