[Mono-dev] possible to dllimport linux archive library file *.a ?
toshCA2008
gngctcw5 at gmail.com
Wed Nov 5 11:43:46 EST 2008
I dont understand what a libfile.a (linux library archive file) really is. I
know it contains .so files. but I have two sets of files, a libfile.a and
libfile.so.
I want to try to test access to both files from my C# program.
My code is able to import functions from the libfile.so file if i specify
dllimport in the C# file as...
[DllImport("file",EntryPoint="FunctionName")]
public static extern int FunctionName(int temp);
I would like to test the .a file that I was provided from external vendor.
Is that possible?
--
View this message in context: http://www.nabble.com/possible-to-dllimport-linux-archive-library-file-*.a---tp20343443p20343443.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list