Last time we used toolkit pro was with vs2003.Now our product is moving to vs2008.So we have asked toolkit pro to provide us vs2008 libraries.
When linking with these libraries I get the following linker errors.Can anybody tell me what is happening here.
Creating library m:\siebel\lib\w32ud\ssdtfr.lib and object m:\siebel\lib\w32ud\ssdtfr.exp csspalette.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall CXTOutBarCtrl::Create(unsigned short const *,unsigned short const *,unsigned long,struct tagRECT const &,cla ss CWnd *,unsigned int,struct CCreateContext *)" ( mailto:?Create@CXTOutBarCtrl@@EAEHPBG0KABUtagRECT@@PAVCWnd@@IPAUCCreateContext@@@Z - ?Create@CXTOutBarCtrl@@EAEHPBG0KABUtagRECT@@PAVCWnd@@IPAUCCreateContext@@@Z ) csspalette.obj : error LNK2001: unresolved external symbol "private: virtual int __thiscall CXTToolBox::CreateEx(unsigned long,unsigned short const *,unsigned short const *,unsigned long,struct tagREC T const &,class CWnd *,unsigned int,void *)" ( mailto:?CreateEx@CXTToolBox@@EAEHKPBG0KABUtagRECT@@PAVCWnd@@IPAX@Z - ?CreateEx@CXTToolBox@@EAEHKPBG0KABUtagRECT@@PAVCWnd@@IPAX@Z ) csspalette.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTOutBarCtrl::AddFolderBar(unsigned short const *,class CWnd *,unsigned long)" ( mailto:?AddFolderBar@CXTOutBarCtrl - ?AddFolderBar@CXTOutBarCtrl @ @UAEHPBGPAVCWnd@@K@Z) csspalette.obj : error LNK2001: unresolved external symbol "public: virtual class ATL::CStringT<unsigned short,class StrTraitMFC_DLL<unsigned short,class ATL::ChTraitsCRT<unsigned short> > > __thiscal l CXTOutBarCtrl::GetItemText(int)" ( mailto:?GetItemText@CXTOutBarCtrl@@UAE?AV?$CStringT@GV?$StrTraitMFC_DLL@GV?$ChTraitsCRT@G@ATL@@@@@ATL@@H@Z - ?GetItemText@CXTOutBarCtrl@@UAE?AV?$CStringT@GV?$StrTraitMFC_DLL@GV?$ChTraitsCRT@G@ATL@@@@@ATL@@H@Z ) csspalette.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTOutBarCtrl::SetItemText(int,unsigned short const *)" ( mailto:?SetItemText@CXTOutBarCtrl@@UAEXHPBG@Z - ?SetItemText@CXTOutBarCtrl@@UAEXHPBG@Z ) csspalette.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall CXTOutBarCtrl::SetFolderText(int,unsigned short const *)" ( mailto:?SetFolderText@CXTOutBarCtrl@@UAEXHPBG@Z - ?SetFolderText@CXTOutBarCtrl@@UAEXHPBG@Z ) csspalette.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTOutBarCtrl::InsertItem(int,int,unsigned short const *,int,unsigned long)" ( mailto:?InsertItem@CXTOutBarCtrl@@UAEH - ?InsertItem@CXTOutBarCtrl@@UAEH mailto:HHPBGHK@Z - HHPBGHK@Z ) csspalette.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall CXTOutBarCtrl::AddFolder(unsigned short const *,unsigned long)" ( mailto:?AddFolder@CXTOutBarCtrl@@UAEHPBGK@Z - ?AddFolder@CXTOutBarCtrl@@UAEHPBGK@Z ) m:\siebel\bin\w32ud\ssdtfr.dll : fatal error LNK1120: 8 unresolved externals
Advance thanks for any help that anybody can provide
-Sachin
|