CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2001
    Posts
    7

    Exclamation Using C# dll in Visual Studio 6 C++

    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

  2. #2
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85

    Re: Using C# dll in Visual Studio 6 C++

    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/de...anagedcode.asp

    I hope this helps out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured