summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/libraries/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/libraries/README b/docs/libraries/README
index c33ea38..3b49ed4 100644
--- a/docs/libraries/README
+++ b/docs/libraries/README
@@ -12,6 +12,12 @@ helpers:
http://www.cse.iitb.ac.in/dbms/Data/Courses/CS631/PostgreSQL-Resources/postgresql-8.1.4/src/Makefile.shlib
http://root.cern.ch/root/Makefile.html
+Some more unsorted links:
+- http://www.linuxjournal.com/article/3687: on C/C++ dlopen usage
+- http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx: LoadLibrary on Windows
+- http://en.wikipedia.org/wiki/Dynamic_loading
+- On MacX: http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-dyld/index.html
+
Goal:
- we want abstractions for varying versions of dlopen/LoadLibrary(Ex) etc.
- only basic functionality, no module magic versions or other stuff, should