summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-17 22:45:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-17 22:45:50 +0200
commit864cd6ee183952d233da889147f0b419ecd8989d (patch)
treee1f6aec1aa8a39c0b7aa64d1fca1567cb1516dea /docs
parentc20ee22f7e0f45d0d025e937877f11132fad6327 (diff)
downloadwolfbones-864cd6ee183952d233da889147f0b419ecd8989d.tar.gz
wolfbones-864cd6ee183952d233da889147f0b419ecd8989d.tar.bz2
added more documentation and dlopen/dlclose, must backport shared library building from SMERP first
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