| | Compiling...
HLabViterbiRecog.cpp
h:\class\11756\hlab\hlablib\hlabphonelist.h(29) : warning C4251: 'CHLabPhoneList::m_mapPhones' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabPhoneList'
with
[
_Kty=std::string,
_Ty=int
]
h:\class\11756\hlab\hlablib\hlabdict.h(33) : warning C4251: 'CHLabDict::m_mapDicWords' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabDict'
with
[
_Kty=std::string,
_Ty=std::vector
]
h:\class\11756\hlab\hlablib\hlabcontrol.h(26) : warning C4251: 'CHLabControl::m_vecControl' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabControl'
with
[
_Ty=std::string
]
h:\class\11756\hlab\hlablib\hlabtranscription.h(45) : warning C4251: 'CHLabTranscription::m_vecTranscription' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabTranscription'
with
[
_Ty=std::vector
]
h:\class\11756\hlab\hlablib\hlabtranscription.h(46) : warning C4251: 'CHLabTranscription::m_vecTranscriptionLine' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabTranscription'
with
[
_Ty=int
]
h:\class\11756\hlab\hlablib\hlabwordviterbi.h(35) : warning C4251: 'CHLabWordViterbi::m_vecHMMIndex' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabWordViterbi'
with
[
_Ty=int
]
h:\class\11756\hlab\hlablib\hlabbptable.h(52) : warning C4251: 'CHLabBPTable::m_vecBPNode' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabBPTable'
with
[
_Ty=CHLabBPTableNode
]
h:\class\11756\hlab\hlablib\hlabbptable.h(53) : warning C4251: 'CHLabBPTable::m_vecBacktrackResult' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabBPTable'
with
[
_Ty=int
]
h:\class\11756\hlab\hlablib\hlablm.h(32) : warning C4251: 'CHLabLM::m_hashTrigram' : class 'std::tr1::unordered_map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabLM'
with
[
_Kty=std::string,
_Ty=LM_PROB
]
h:\class\11756\hlab\hlablib\hlablm.h(33) : warning C4251: 'CHLabLM::m_hashBigram' : class 'std::tr1::unordered_map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabLM'
with
[
_Kty=std::string,
_Ty=LM_PROB
]
h:\class\11756\hlab\hlablib\hlablm.h(34) : warning C4251: 'CHLabLM::m_hashUnigram' : class 'std::tr1::unordered_map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabLM'
with
[
_Kty=std::string,
_Ty=LM_PROB
]
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(91) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(231) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(245) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(140) : warning C4101: 'fTemp' : unreferenced local variable
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(133) : warning C4101: 'iBackPointerFlag' : unreferenced local variable
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(134) : warning C4101: 'fOutLikelihood' : unreferenced local variable
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(132) : warning C4101: 'fLH' : unreferenced local variable
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(154) : warning C4101: 'iNextWordIndex' : unreferenced local variable
h:\class\11756\hlab\hlabviterbirecog\hlabviterbirecog.cpp(136) : warning C4101: 'iOutBackPointer' : unreferenced local variable
HLabViterbiRecogConfig.cpp
Main.cpp
h:\class\11756\hlab\hlablib\hlabphonelist.h(29) : warning C4251: 'CHLabPhoneList::m_mapPhones' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabPhoneList'
with
[
_Kty=std::string,
_Ty=int
]
h:\class\11756\hlab\hlablib\hlabdict.h(33) : warning C4251: 'CHLabDict::m_mapDicWords' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabDict'
with
[
_Kty=std::string,
_Ty=std::vector
]
h:\class\11756\hlab\hlablib\hlabcontrol.h(26) : warning C4251: 'CHLabControl::m_vecControl' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabControl'
with
[
_Ty=std::string
]
h:\class\11756\hlab\hlablib\hlabtranscription.h(45) : warning C4251: 'CHLabTranscription::m_vecTranscription' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabTranscription'
with
[
_Ty=std::vector
]
h:\class\11756\hlab\hlablib\hlabtranscription.h(46) : warning C4251: 'CHLabTranscription::m_vecTranscriptionLine' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabTranscription'
with
[
_Ty=int
]
h:\class\11756\hlab\hlablib\hlabwordviterbi.h(35) : warning C4251: 'CHLabWordViterbi::m_vecHMMIndex' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabWordViterbi'
with
[
_Ty=int
]
h:\class\11756\hlab\hlablib\hlabbptable.h(52) : warning C4251: 'CHLabBPTable::m_vecBPNode' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabBPTable'
with
[
_Ty=CHLabBPTableNode
]
h:\class\11756\hlab\hlablib\hlabbptable.h(53) : warning C4251: 'CHLabBPTable::m_vecBacktrackResult' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CHLabBPTable'
with
[
_Ty=int
]
h:\class\11756\hlab\hlablib\hlablm.h(32) : warning C4251: 'CHLabLM::m_hashTrigram' : class 'std::tr1::unordered_map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabLM'
with
[
_Kty=std::string,
_Ty=LM_PROB
]
h:\class\11756\hlab\hlablib\hlablm.h(33) : warning C4251: 'CHLabLM::m_hashBigram' : class 'std::tr1::unordered_map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabLM'
with
[
_Kty=std::string,
_Ty=LM_PROB
]
h:\class\11756\hlab\hlablib\hlablm.h(34) : warning C4251: 'CHLabLM::m_hashUnigram' : class 'std::tr1::unordered_map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CHLabLM'
with
[
_Kty=std::string,
_Ty=LM_PROB
]
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
Linking...
LINK : ..\bin\Debug\HLabViterbiRecog.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
|