summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-24 20:53:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-24 20:53:46 +0200
commitb13ddadad16b2b39ad00cef1ceb19c865335c0ae (patch)
tree19c3eb931a063be970a86b9f92c4c7b2bdf7e218 /docs
parent3d2c90ecdce024eb883d6359ea0881ea766c4abe (diff)
downloadwolfbones-b13ddadad16b2b39ad00cef1ceb19c865335c0ae.tar.gz
wolfbones-b13ddadad16b2b39ad00cef1ceb19c865335c0ae.tar.bz2
better error handling in library loader
Diffstat (limited to 'docs')
-rw-r--r--docs/libraries/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libraries/README b/docs/libraries/README
index 23919c3..f2ecb2a 100644
--- a/docs/libraries/README
+++ b/docs/libraries/README
@@ -19,6 +19,8 @@ Some more unsorted links:
- On MacX: http://developer.apple.com/mac/library/releasenotes/DeveloperTools/RN-dyld/index.html
- http://www.flounder.com/loadlibrary_explorer.htm: how LoadLibrary works
internally (search path for DLLs, security, etc.)
+- http://tldp.org/HOWTO/Program-Library-HOWTO/dl-libraries.html: explainig about
+ the dlerror odity around dlsym
Goal:
- we want abstractions for varying versions of dlopen/LoadLibrary(Ex) etc.