| | Compiling...
HLabCompMV.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\hlabcompmv\hlabcompmv.cpp(49) : 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\hlabcompmv\hlabcompmv.cpp(120) : 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\hlabcompmv\hlabcompmv.cpp(196) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
h:\class\11756\hlab\hlabcompmv\hlabcompmv.cpp(88) : warning C4101: 'iStateIndex' : unreferenced local variable
h:\class\11756\hlab\hlabcompmv\hlabcompmv.cpp(85) : warning C4101: 'aiStateCount' : unreferenced local variable
h:\class\11756\hlab\hlabcompmv\hlabcompmv.cpp(78) : warning C4101: 'k' : unreferenced local variable
HLabCompMVConfig.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
]
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...
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation. All rights reserved.
|