Results 1 to 1 of 1
hi all:
First thank you very much! Any suggestion is appreciated!
I meet a problem, one application need dlopen a shared library, and the shared library need visit one symbol ...
- 04-15-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 3
how to use a symbol outside the shared symbol
hi all:
First thank you very much! Any suggestion is appreciated!
I meet a problem, one application need dlopen a shared library, and the shared library need visit one symbol which locate in the application, so when the application dlopen the shared library , it will report undefined symbol
if i use the static load shared library, this problem can be resolved, but i must use dlopen function to dynamic load shared library!
so who can help me !!! Thank you


Reply With Quote