[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
building testTriplewrap
Hey,
I'm having difficulties building the testTripleWrap app. I downloaded,
built, patched and rebuilt the smp libraries. They all built fine (using the
smp workspace and the buildAll project ). When I attempted to build
testTripleWrap it complained about not having a libcert.lib. I found the
LibCtilMgrSTATIC project file and built it. That produced the libcert.lib
fine.
Now the application gives a rake of linking errors. 349 overall.
Some are below. I'm not too familiar with building applications from libs &
dlls, so apologies if I am making an obvious error.
The Auto_Hi utility seems to be looking in the wrong location for the
various libraries as well, or have I forgotten to build something ?
Also, is there an update as to when v2.2 will be coming out ?
Any help would be appreciated,
thanks
Gavin O' Gorman
Linking...
libCertd.lib(sm_CertificateList.obj) : error LNK2001: unresolved external
symbol __chkesp
libCertd.lib(sm_GenName.obj) : error LNK2001: unresolved external symbol
__chkesp
libCertd.lib(sm_Issuer.obj) : error LNK2001: unresolved external symbol
__chkesp
libCertd.lib(sm_CSInst.obj) : error LNK2001: unresolved external symbol
__chkesp
libCertd.lib(sm_MsgCertCrls.obj) : error LNK2001: unresolved external symbol
__chkesp
[...]
sm_testTripleUnwrap.obj : error LNK2001: unresolved external symbol __chkesp
[...]
libCertd.lib(sm_CertificateList.obj) : error LNK2001: unresolved external
symbol "__declspec(dllimport) public: __thiscall
std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ)
libCertd.lib(sm_GenName.obj) : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)"
(__imp_??0Init@ios_base@std@@QAE@XZ)
libCertd.lib(sm_Issuer.obj) : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)"
(__imp_??0Init@ios_base@std@@QAE@XZ)
[...]
testTripleWrap.obj : error LNK2001: unresolved external symbol "public: void
__thiscall SFL::CSM_MsgToDecrypt::ReportMsgData(class std::basic_ostream >
&)"
(?ReportMsgData@CSM_MsgToDecrypt@SFL@@QAEXAAV?$basic_ostream@DU?$char_traits
@D@std@@@std@@@Z)
sm_testTripleUnwrap.obj : error LNK2001: unresolved external symbol "public:
void __thiscall SFL::CSM_MsgToDecrypt::Decrypt(class CERT::CSMIME *)"
(?Decrypt@CSM_MsgToDecrypt@SFL@@QAEXPAVCSMIME@CERT@@@Z)
sm_testTripleUnwrap.obj : error LNK2001: unresolved external symbol "public:
void __thiscall SFL::CSM_MsgToDecrypt::PreProc(class CERT::CSMIME *,class
SNACC::CSM_Buffer *)"
(?PreProc@CSM_MsgToDecrypt@SFL@@QAEXPAVCSMIME@CERT@@PAVCSM_Buffer@SNACC@@@Z)