On Thu, Oct 23, 2008 at 8:14 AM, Mathias Tausig <[EMAIL PROTECTED]> wrote: > I would like to load a library containing unmanaged code at runtime. Is there > a consistent way to do this in mono/.NET that works on both linux and windows > (e.g. without having to rely on the system functions like LoadLibrary and > dlopen)?
See <http://www.mono-project.com/Interop_with_Native_Libraries>. -- Chris Howie http://www.chrishowie.com http://en.wikipedia.org/wiki/User:Crazycomputers _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
