Welcome,
Guest
. Please
login
or
register
.
June 03, 2026
Home
Help
Search
Calendar
Login
Register
Dark Bit Factory & Gravity
»
PROGRAMMING
»
C / C++ /C#
»
c# mixed with c++
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: c# mixed with c++ (Read 2596 times)
0 Members and 1 Guest are viewing this topic.
efecto
C= 64
Posts: 90
Karma: 4
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
Logged
Jim
Founder Member
DBF Aficionado
Posts: 5301
Karma: 402
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
Logged
Challenge Trophies Won:
Print
Pages: [
1
]
Go Up
« previous
next »
Dark Bit Factory & Gravity
»
PROGRAMMING
»
C / C++ /C#
»
c# mixed with c++