|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - Symbol Undefined, Missing LIB?
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. Mar 18 2006
|