|
|
От: |
uzhas
|
|
| Дата: | 21.03.13 07:34 | ||
| Оценка: | 2 (1) | ||
You need to use the linker option "export-dynamic" when compiling your main executable.
Normally, the main executable won't export its symbols for use by the dynamic linker (unless the symbol is used by some shared library participating in the link), which means that if your library calls back into the main exe, it will fail to load.