| | Compiling...
ChildView.cpp
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.h(43) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.h(83) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.h(89) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.h(91) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.cpp(420) : warning C4267: 'argument' : conversion from 'size_t' to 'DWORD', possible loss of data
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.cpp(786) : warning C4996: 'ltoa' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdlib.h(821) : see declaration of 'ltoa'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ltoa. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.cpp(789) : warning C4996: 'ltoa' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\stdlib.h(821) : see declaration of 'ltoa'
Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _ltoa. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.cpp(796) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.cpp(927) : warning C4996: 'strncpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy'
Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
c:\documents and settings\zidanf\my documents\visual studio 2005\projects\insync\testdd\childview.cpp(936) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
|