c++.windows.32-bits - Symbol Undefined, Missing LIB?
- Andy C (10/10) Mar 08 2006 I am getting this error from the linker:
- Walter Bright (3/13) Mar 18 2006 The easy way is to do a grep for the symbol across the library files.
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