Using C++ Header files in C#

  • Thread starter Thread starter Bjoern Feld
  • Start date Start date
B

Bjoern Feld

Hi,

I'm fairly new to C# and the whole managed/unmaged code concept. Is it
possible to include C++ Header files in C# code.
We have some hardware and the firmware is written C. To have easy access to
some of the structures used on the device we want to share 1 header file
with the app written in C#.

TIA
Bjoern
 
Back
Top