[Mono-list] interop question.

Lloyd Dupont Lloyd Dupont" <Lloyd.Dupont@wanadoo.fr
Thu, 30 Aug 2001 10:14:52 +0200


Miguel suggest you (though i cc the question to the list)
............

i had wrote some assembly using interop.
in mycode i declare external link like this:
[DllImport("mydll")]
public extern unsafe static void myFynction();

writing "mydll" without the ".dll" extension.
how does it work on unix ?
do i have to write a (standart unix) library with ".so" extension and it would search for it ?
or will it search for both ".dll" & ".so" ? or something else ? (such as i need to specify complete library name ?)