From c3cdb4a066b7ba278015ea3e6e19fa4df2038faf Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 23 May 2010 12:44:36 +0200 Subject: some more documentation about library --- docs/libraries/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3-54-g00ecf