¡@

Home 

c# Programming Glossary: libexample.so

swig + mono : C# example errors of not finding the library

http://stackoverflow.com/questions/3907041/swig-mono-c-sharp-example-errors-of-not-finding-the-library

find the example library but the generated library is libexample.so. This is the source of the library to generate libexample.so.. This is the source of the library to generate libexample.so double Foo 3.0 int gcd int x int y ... This is the C# source.. int gcd int x int y ... This is the C# source for using libexample.so. using System public class runme static void Main int x 42..