| | | Compiling...
TransportFactory.cpp
..\..\..\Cantera\src\transport\TransportFactory.cpp(753) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(878) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(880) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(892) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(900) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(902) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(915) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(984) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\TransportFactory.cpp(987) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\ThermoPhase.h(764) : see reference to function template instantiation '_OutIt std::copy,doublereal*>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=doublereal *,
_Ty=double,
_Alloc=std::allocator,
_InIt=std::_Vector_iterator>
]
SolidTransport.cpp
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\transport\../ThermoPhase.h(764) : see reference to function template instantiation '_OutIt std::copy,doublereal*>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=doublereal *,
_Ty=double,
_Alloc=std::allocator,
_InIt=std::_Vector_iterator>
]
MultiTransport.cpp
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\ThermoPhase.h(764) : see reference to function template instantiation '_OutIt std::copy,doublereal*>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=doublereal *,
_Ty=double,
_Alloc=std::allocator,
_InIt=std::_Vector_iterator>
]
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
..\..\..\Cantera\src\transport\MultiTransport.cpp(506) : see reference to function template instantiation '_OutIt std::copy(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=doublereal *,
_InIt=const doublereal *
]
MMCollisionInt.cpp
..\..\..\Cantera\src\transport\MMCollisionInt.cpp(267) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\MMCollisionInt.cpp(305) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\MMCollisionInt.cpp(437) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\MMCollisionInt.cpp(479) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\MMCollisionInt.cpp(484) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\MMCollisionInt.cpp(490) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
..\..\..\Cantera\src\transport\MMCollisionInt.cpp(497) : warning C4996: 'sprintf' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
MixTransport.cpp
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\transport\../ThermoPhase.h(764) : see reference to function template instantiation '_OutIt std::copy,doublereal*>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=doublereal *,
_Ty=double,
_Alloc=std::allocator,
_InIt=std::_Vector_iterator>
]
DustyGasTransport.cpp
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated
c:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(2270) : see declaration of 'std::_Copy_opt'
Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library'
c:\documents and settings\boyd\desktop\cantera-1.7.0-src\cantera\cantera\src\transport\../ThermoPhase.h(764) : see reference to function template instantiation '_OutIt std::copy,doublereal*>(_InIt,_InIt,_OutIt)' being compiled
with
[
_OutIt=doublereal *,
_Ty=double,
_Alloc=std::allocator,
_InIt=std::_Vector_iterator>
]
Generating Code...
Creating library...
|