From b13ddadad16b2b39ad00cef1ceb19c865335c0ae Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 24 May 2010 20:53:46 +0200 Subject: better error handling in library loader --- docs/libraries/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3-54-g00ecf