2009/8/4 Seo Sanghyeon <sanx...@gmail.com>:
> 2009/8/4 Dino Viehland <di...@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).

Oops, no. Although "libc" is mapped as I said, dlopen and friends are
not in the C library, it seems. :(

-- 
Seo Sanghyeon
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to