Skip to content

Instantly share code, notes, and snippets.

@kalwalt
Created May 1, 2013 14:03
Show Gist options
  • Save kalwalt/5495439 to your computer and use it in GitHub Desktop.
Save kalwalt/5495439 to your computer and use it in GitHub Desktop.
1>------ Inizio compilazione: Progetto: ImpBT, Configurazione: Debug Win32 ------
1> stdafx.cpp
1> ImpBTDLL.cpp
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(47): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(283): vedere la dichiarazione di 'wcscpy'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(49): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(306): vedere la dichiarazione di 'wcsncpy'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(51): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(276): vedere la dichiarazione di 'wcscat'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(53): warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(299): vedere la dichiarazione di 'wcsncat'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(67): warning C4996: '_wcslwr': This function or variable may be unsafe. Consider using _wcslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(336): vedere la dichiarazione di '_wcslwr'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(69): warning C4996: '_wcsupr': This function or variable may be unsafe. Consider using _wcsupr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(342): vedere la dichiarazione di '_wcsupr'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_string.h(364): warning C4996: '_strlwr': This function or variable may be unsafe. Consider using _strlwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(164): vedere la dichiarazione di '_strlwr'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_string.h(370): warning C4996: '_strupr': This function or variable may be unsafe. Consider using _strupr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(203): vedere la dichiarazione di '_strupr'
1> ImpBT.cpp
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(47): warning C4996: 'wcscpy': This function or variable may be unsafe. Consider using wcscpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(283): vedere la dichiarazione di 'wcscpy'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(49): warning C4996: 'wcsncpy': This function or variable may be unsafe. Consider using wcsncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(306): vedere la dichiarazione di 'wcsncpy'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(51): warning C4996: 'wcscat': This function or variable may be unsafe. Consider using wcscat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(276): vedere la dichiarazione di 'wcscat'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(53): warning C4996: 'wcsncat': This function or variable may be unsafe. Consider using wcsncat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(299): vedere la dichiarazione di 'wcsncat'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(67): warning C4996: '_wcslwr': This function or variable may be unsafe. Consider using _wcslwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(336): vedere la dichiarazione di '_wcslwr'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_char.h(69): warning C4996: '_wcsupr': This function or variable may be unsafe. Consider using _wcsupr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(342): vedere la dichiarazione di '_wcsupr'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_string.h(364): warning C4996: '_strlwr': This function or variable may be unsafe. Consider using _strlwr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(164): vedere la dichiarazione di '_strlwr'
1>c:\program files (x86)\grome 3\sdk\grome\public\engine\types\t_string.h(370): warning C4996: '_strupr': This function or variable may be unsafe. Consider using _strupr_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\string.h(203): vedere la dichiarazione di '_strupr'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(156): warning C4996: '_wfopen': This function or variable may be unsafe. Consider using _wfopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\wchar.h(815): vedere la dichiarazione di '_wfopen'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(263): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(295): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(625): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(631): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(637): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(639): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(645): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(651): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(657): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(663): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(669): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>c:\program files (x86)\grome 3\sdk\grome\plugins\impbt\impbt.cpp(675): warning C4996: 'swprintf': swprintf has been changed to conform with the ISO C standard, adding an extra character count parameter. To use traditional Microsoft swprintf, set _CRT_NON_CONFORMING_SWPRINTFS.
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\swprintf.inl(85): vedere la dichiarazione di 'swprintf'
1>ImpBT.rc(10): fatal error RC1015: cannot open include file 'afxres.h'.
1>
========== Compilazione: 0 completate, 1 non riuscite, 0 aggiornate, 0 ignorate ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment