I am actually converting a cpp program into a c# dll. In cpp I have used some header files which contains some structs that are required. I am creating a dll in C#. How do I link the header files in C#? Can I build it as a static cpp library and link it to dll?
regards, shiksha