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
    Posts
    29

    How to call unmanaged C++ Code in C#

    Must I encapsulte the unmanaged C++ Code into COM/DLL?


  2. #2
    Join Date
    Oct 2000
    Location
    germany
    Posts
    57

    Re: How to call unmanaged C++ Code in C#

    As far as I know not at all, but you will need to use an attribute, but I don't know exactly which one.


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