diff test/resolve_self/README.txt @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children 318a9ffc2b85
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/resolve_self/README.txt	Thu Mar 19 22:24:28 2015 +0100
@@ -0,0 +1,19 @@
+test for dynload library to resolve symbols from application image itself.
+by Daniel Adler in 2010
+
+Description
+A test function is specified in the main application, that will be 
+dynamically resolved on main entry of the test program.
+
+The library path argument to dlLoadLibrary is set to NULL to 
+specify the application image.
+
+Background
+self referencing is important on configurations where there is no
+shared library but everything is statically linked.
+
+
+
+
+
+