Hi Guys,
I was using libodbc++ on my vc6 machine ( and it was good!! ), and currently I am switching to .Net 2003. Well, what I've done is to recompile libodbc++ under .Net 2003 and include the compiled libs into my program ( in debug mode ). However, there exist some linkage errors as follow.
I've tried to take out libcpmtd.lib, but it beeps me with more errors though. I believe this is only a setting error. Can any one please advance?
Best Wishes,
tikcireviva.
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
libcpmtd.lib(xmutex.obj) : error LNK2005: "public: void __thiscall std::_Mutex::_Lock(void)" ([EMAIL PROTECTED]@std@@QAEXXZ) already defined in odbc++sd_vc71.lib(datahandler.obj)
libcpmtd.lib(xmutex.obj) : error LNK2005: "public: void __thiscall std::_Mutex::_Unlock(void)" ([EMAIL PROTECTED]@std@@QAEXXZ) already defined in odbc++sd_vc71.lib(datahandler.obj)
libcpmtd.lib(xlock.obj) : error LNK2005: "public: __thiscall std::_Lockit::_Lockit(int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) already defined in odbc++sd_vc71.lib(datastream.obj)
libcpmtd.lib(xlock.obj) : error LNK2005: "public: __thiscall std::_Lockit::~_Lockit(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already defined in odbc++sd_vc71.lib(datastream.obj)
libcpmtd.lib(xmutex.obj) : warning LNK4006: "public: void __thiscall std::_Mutex::_Lock(void)" ([EMAIL PROTECTED]@std@@QAEXXZ) already defined in odbc++sd_vc71.lib(datahandler.obj); second definition ignored
libcpmtd.lib(xmutex.obj) : warning LNK4006: "public: void __thiscall std::_Mutex::_Unlock(void)" ([EMAIL PROTECTED]@std@@QAEXXZ) already defined in odbc++sd_vc71.lib(datahandler.obj); second definition ignored
libcpmtd.lib(xlock.obj) : warning LNK4006: "public: __thiscall std::_Lockit::_Lockit(int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) already defined in odbc++sd_vc71.lib(datastream.obj); second definition ignored
libcpmtd.lib(xlock.obj) : warning LNK4006: "public: __thiscall std::_Lockit::~_Lockit(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already defined in odbc++sd_vc71.lib(datastream.obj); second definition ignored
