| | Compiling...
rops_plugin.cpp
c:\users\kissa2k\downloads\rops_plugin_sdk-007\rops_plugin\rops_plugin.cpp(29) : warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\stdio.h(339) : see declaration of '_vsnprintf'
c:\users\kissa2k\downloads\rops_plugin_sdk-007\rops_plugin\rops_plugin.cpp(35) : warning C4018: '<' : signed/unsigned mismatch
c:\users\kissa2k\downloads\rops_plugin_sdk-007\rops_plugin\rops_plugin.cpp(61) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\kissa2k\downloads\rops_plugin_sdk-007\rops_plugin\rops_plugin.cpp(63) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\kissa2k\downloads\rops_plugin_sdk-007\rops_plugin\rops_plugin.cpp(88) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok'
c:\users\kissa2k\downloads\rops_plugin_sdk-007\rops_plugin\rops_plugin.cpp(92) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
c:\program files\microsoft visual studio 8\vc\include\string.h(166) : see declaration of 'strtok'
Linking...
Creating library C:\Users\Kissa2k\Downloads\rops_plugin_sdk-007\Debug\rops_plugin.lib and object C:\Users\Kissa2k\Downloads\rops_plugin_sdk-007\Debug\rops_plugin.exp
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance
Embedding manifest...
|