summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-05-23 12:44:36 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-05-23 12:44:36 +0200
commitc3cdb4a066b7ba278015ea3e6e19fa4df2038faf (patch)
tree50575943a39d26d371a43a7d0e10fe72410e57e5 /docs
parent08823730905d8dfefc8c8f1202dab5f28923968c (diff)
downloadwolfbones-c3cdb4a066b7ba278015ea3e6e19fa4df2038faf.tar.gz
wolfbones-c3cdb4a066b7ba278015ea3e6e19fa4df2038faf.tar.bz2
some more documentation about library
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 3b49ed4..23919c3 100644
--- a/docs/libraries/README
+++ b/docs/libraries/README
@@ -17,6 +17,8 @@ Some more unsorted links:
- 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
+- http://www.flounder.com/loadlibrary_explorer.htm: how LoadLibrary works
+ internally (search path for DLLs, security, etc.)
Goal:
- we want abstractions for varying versions of dlopen/LoadLibrary(Ex) etc.