Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
Undefined references when linking "devel\wxscintilla.dll"
ivan_ijh:
PROBLEM RESOLVED
and C::B successfully built. I found that there is a two directories for library (object) files :
"gcc_dll" and "gcc_lib" with same libraries inside. But the libraries in "gcc_dll" have names (symbols) with "_imp_" prefix and the libraries in "gcc_dll" doesn't have names with this prefix.
For example in gcc_dll/libwxmsw28.a
__imp__wxTopLevelWindows
and in gcc_lib/libwxmsw28.a same symbol is
_wxTopLevelWindows
I just changed linker option directories from
"$(#WX.lib)\gcc_lib$(WX_CFG)\msw$(WX_SUFFIX)" to
"$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" .
Yes...it was all MY FAULT, because I changed this option before - when I tried to guess the correct libraries directory. Thanks for help anyway. Sorry ! :cry:
Navigation
[0] Message Index
[*] Previous page
Go to full version