Ruby/DL
an interface to the dynamic linking loader.
[index.html]
Ruby/DL
Ruby/DL is an extension library for ruby, it provides an interface to the dynamic linker.
Now this can work with windows API LoadLibrary() instead of dlopen().
Download
Samples
dlcookbook on RubyForge.
if you have some interesting and simple samples,
would you present those here?
References
-
The Single UNIX Specification, Version 2, 'dlfcn.h', 1997
-
Linux Standard Base Specification 1.0.0,
'libdl'
-
FreeBSD Hypertext Man Pages, 'dladdr'
-
FreeBSD Hypertext Man Pages, 'dlopen'
-
OpenBSD Manual Pages: dlopen
-
Solaris 8 Reference Manual,
man pages section 3: Basic Library Functions, 'dlopen'
-
AIX man pages, 'dlopen(3X)'
-
Darwin Manpages, 'dlopen'
-
Darwin Manpages, 'dladdr'
-
Cygwin API Reference,
Compatibility with Miscellaneous Other Standards
-
`C and tcc (tcc is a dynamic C compiler)
ttate@users.sourceforge.net