Hello.
I have an application, that I designed in C#.
I need to be able to use some libraries that were made in basic C. Dll files are not an option. So, without putting any C code into dlls, can my C# app access the C code? Or is my only option copying the C code, and changing it to C#?
Thanks for any help or guidance.
I have an application, that I designed in C#.
I need to be able to use some libraries that were made in basic C. Dll files are not an option. So, without putting any C code into dlls, can my C# app access the C code? Or is my only option copying the C code, and changing it to C#?
Thanks for any help or guidance.
Comment