summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.