I have a set of C# bindings I have written for the ClamAV project which
work on Windows and Linux by simply DllImport("clamav").

On mac, libclamav.6.dylib gets installed into
/usr/lib/x86_64/libclamav.6.dylib

I cannot for the life of my figure out how to reference this library on mac
for a DllImport. I have tried an absolute path as well as every permutation
of the library name as possible since DllImport will auto detect the
extension.

Any thoughts on referencing a dylib with DllImport? Thanks!

-- 
http://volatile-minds.blogspot.com -- blog
http://www.volatileminds.net -- website
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to