NTray.cpp(412) : warning C4996: 'strcpy' was declared deprecated
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.'
What should I use instead thanks!

new, non deprecated version of strcpy exists?
OxyJen
As the warning message says:
"Consider using strcpy_s instead."
http://msdn2.microsoft.com/en-us/library/ms175759.aspx