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
Printable View
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.Quote:
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
http://msdn.microsoft.com/library/de...anagedcode.asp
I hope this helps out.