Author Topic: c# mixed with c++  (Read 2596 times)

0 Members and 1 Guest are viewing this topic.

Offline efecto

  • C= 64
  • **
  • Posts: 90
  • Karma: 4
    • View Profile
c# mixed with c++
« on: December 30, 2009 »
Hey,

anyone here ever mixed managed c# with unmanaged c++?

Was thinking of doing a c# gui with a c++ backend, but have a bit trouble with the wrapper in between.
So anyone have any pointers?

cheers,
Efecto


Offline Jim

  • Founder Member
  • DBF Aficionado
  • ********
  • Posts: 5301
  • Karma: 402
    • View Profile
Re: c# mixed with c++
« Reply #1 on: December 30, 2009 »
If you build the C++ into a dll you can use the standard Interop stuff to call it - in the same way you would call a function in the Windows API.

Jim
Challenge Trophies Won: