dlopen() and friends?

Hmmmz garbanzo@hooked.net
Tue Jul 1 12:00:00 GMT 1997


On 1 Jul 1997, Peter Dalgaard BSA wrote:

> 
> The title almost says it all. For numerical and statistical computing,
> the ability to wire user C code into a running interpreter is the best
> thing since electricity. The functionality on UNIX system is in
> libdl.* and (usually) works by linking up a shared
> position-independent library and accessing it through dlopen(),
> dlsym(), etc. One would expect that similar functionality is possible
> through DLL's in win32, but has anyone actually tried this?

UWin's posix.dll provides dlopen and dlclose, and I think everything else
one would need, so if you desperately needed these you could check that
project out and perhaps make a libposix.a.  You could also get the gnu dl
libraries and try and modify them to make (pe i think is what they're
called) Win32 executables.  All in all, good luck.

- alex





-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list