dlopen() and friends?

Peter Dalgaard BSA p.dalgaard@kubism.ku.dk
Tue Jul 1 02:19:00 GMT 1997


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?

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907
-
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