Hello ; I am very new to C#, and i am trying to use a help package for my project. The package is written in c and has 1) /bin/ several .dll files 2) /include/ has a header file 3) /lib/msvc/ .lib file my question is how can i use those files in my C# WPF project? i know there is no "#include" in C#, and the .dll can not be imported by adding to the project's reference. so how can i do it in C#?
Thanks