| | Compiling...
main.cpp
.\main.cpp(220) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(221) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(222) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(232) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\main.cpp(233) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\main.cpp(234) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\main.cpp(238) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(239) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(240) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(241) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(242) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(243) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(244) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(245) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(246) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(247) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(248) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(249) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(394) : warning C4551: function call missing argument list
.\main.cpp(449) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(465) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\main.cpp(467) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(468) : warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
.\main.cpp(477) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
.\main.cpp(478) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\main.cpp(647) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Programme\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\main.cpp(865) : 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:\Programme\Microsoft Visual Studio 8\VC\include\string.h(74) : see declaration of 'strcpy'
.\main.cpp(866) : 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:\Programme\Microsoft Visual Studio 8\VC\include\string.h(74) : see declaration of 'strcpy'
.\main.cpp(867) : 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:\Programme\Microsoft Visual Studio 8\VC\include\string.h(74) : see declaration of 'strcpy'
.\main.cpp(868) : 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:\Programme\Microsoft Visual Studio 8\VC\include\string.h(74) : see declaration of 'strcpy'
.\main.cpp(914) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
C:\Programme\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
.\main.cpp(956) : warning C4244: 'initializing' : conversion from 'INT_PTR' to 'int', possible loss of data
Linking...
Generating code
Finished generating code
Embedding manifest...
|