From 864cd6ee183952d233da889147f0b419ecd8989d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 17 May 2010 22:45:50 +0200 Subject: added more documentation and dlopen/dlclose, must backport shared library building from SMERP first --- docs/libraries/README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/libraries/README b/docs/libraries/README index c33ea38..3b49ed4 100644 --- a/docs/libraries/README +++ b/docs/libraries/README @@ -12,6 +12,12 @@ helpers: http://www.cse.iitb.ac.in/dbms/Data/Courses/CS631/PostgreSQL-Resources/postgresql-8.1.4/src/Makefile.shlib http://root.cern.ch/root/Makefile.html +Some more unsorted links: +- http://www.linuxjournal.com/article/3687: on C/C++ dlopen usage +- 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 + Goal: - we want abstractions for varying versions of dlopen/LoadLibrary(Ex) etc. - only basic functionality, no module magic versions or other stuff, should -- cgit v1.2.3-54-g00ecf