C# app using C code written in Linux
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. I have a C# app that I wrote in Visual Studio, in Windows. There are a few libraries that my code needs to use, and they were written in C, in Linux. I am totally new to this. Is there an easy way to either convert the C code to C#, or to allow my C# app to access the C code? I tried compiling the C code in visual studio, but some of the libraries included are *nix based/specific, and I don't know their counterparts in Visual Studio under Windows.