CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Location
    Islamabad, Pakistan
    Posts
    113

    Using VC++ 6 dll in C#

    Hello!

    I plan to learn C#, but before that I need to know that I have created a API that works correct when the API functions are called in VC++6.

    Can I call the API functions in C#?

    Thanks!

  2. #2
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85
    Yes, you can interface unmanaged code DLLs and COM objects. This following links takes you to the MSDN library where it discusses this.

    http://msdn.microsoft.com/library/de...anagedcode.asp

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