[IronPython] IronPython ctypes on Linux

Seo Sanghyeon sanxiyn at gmail.com
Mon Aug 3 21:23:56 PDT 2009


2009/8/4 Dino Viehland <dinov at microsoft.com>:
> Any thoughts on this?  I can trivial add a DllImport to dlopen but
> I need to know where it's declared :)

I believe "libc" is the right one. From what I can tell, Mono maps
DllImport("libc") to whatever real C library file for the target
platform (this filename differs between Linux and Mac, etc).

-- 
Seo Sanghyeon


More information about the Users mailing list