CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2002
    Location
    Vienna, Austria
    Posts
    47

    C# and C++ / COM

    Is there an easy way to mix C++ Code into C# code ?

    Is it possible to make COM calls from C# ?

  2. #2
    Join Date
    Jun 2002
    Location
    Miami, Fl
    Posts
    8
    The way that you could mix C++ into C# is through DLL's.

    Add a reference to the COM object into your C# project and after that you can make calls to the COM object through the interop that it is generated by .NET.
    Juan Carlos Urbina
    Staff Software Engineer

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