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