|
Blue Forest http://www.lslnet.com at 10:18 on June 6, 2006
Dynamic Loading of how the dynamic category [/b] [b]
We know how to make dynamic loading a Linux shared library function call void *dlopen (const char* filename, int flag); Void *dlsym (void *handle, char *symbol); const char *dlerror (void); int dlclose (void *handle); Calling a dynamic function can be completed on time.
The use of shared reservoir :
If we want to link the compiler and run-time loading Dynamic Library, the first library includes sharing (eg:myso.h) application procedures specified in the translation of documents eg : Secretary sharing -o test test.c [b]$gcc g L. -lmyso[/b]; Say : Dynamic loading libmyso.so Secretary of the test operation, and use of the function.
Q : [b] for the implementation of the test when DLL / loader ld.so the symbols were put binary file sharing links to the appropriate Secretary libmyso.so on. [/b] "------- Such as dynamic loading?
"AH-1W dynamic loading what? If you have a dynamic class loading how do you want? ->; |
Dynamic Loading of how the dynamic category [/b] [b]
Is this as simple. . . You. . . Not. . .
Gloomy China. . . . . . |
Dynamic Loading of how the dynamic category [/b] [b]
You can explain the problem? Not sure what your question is |
| |