c++.windows.32-bits - Symbol Undefined, Missing LIB?
- Andy C <Andy_member pathlink.com> Mar 08 2006
- "Walter Bright" <newshound digitalmars.com> Mar 18 2006
I am getting this error from the linker: C:\DM\BIN\..\mfc\lib\nafxcwd.lib(occsite) Error 42: Symbol Undefined _DBBMK_CURRENT C:\DM\BIN\..\mfc\lib\nafxcwd.lib(occsite) Error 42: Symbol Undefined _COLUMN_NAME C:\DM\BIN\..\mfc\lib\nafxcwd.lib(occsite) Error 42: Symbol Undefined _COLUMN_COLUMNID I know these are defined in OBDC.H, but I don't know what lib to specify in the link command. Any advice is greatly appreciated. Andy C
Mar 08 2006
"Andy C" <Andy_member pathlink.com> wrote in message news:dun0kp$2ocf$1 digitaldaemon.com...I am getting this error from the linker: C:\DM\BIN\..\mfc\lib\nafxcwd.lib(occsite) Error 42: Symbol Undefined _DBBMK_CURRENT C:\DM\BIN\..\mfc\lib\nafxcwd.lib(occsite) Error 42: Symbol Undefined _COLUMN_NAME C:\DM\BIN\..\mfc\lib\nafxcwd.lib(occsite) Error 42: Symbol Undefined _COLUMN_COLUMNID I know these are defined in OBDC.H, but I don't know what lib to specify in the link command. Any advice is greatly appreciated.
The easy way is to do a grep for the symbol across the library files.
Mar 18 2006








"Walter Bright" <newshound digitalmars.com>