| | Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
WifibotServer.cpp
.\WifibotServer.cpp(6) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\WifibotServer.cpp(6) : 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:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\WifibotServer.cpp(7) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\WifibotServer.cpp(7) : 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:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\WifibotServer.cpp(341) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\WifibotServer.cpp(341) : 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:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\WifibotServer.cpp(401) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\WifibotServer.cpp(401) : 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:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\WifibotServer.cpp(419) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\WifibotServer.cpp(419) : 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:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\WifibotServer.cpp(505) : warning C4309: '=' : truncation of constant value
.\WifibotServer.cpp(646) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\WifibotServer.cpp(646) : 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:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\WifibotServer.cpp(653) : warning C4995: 'sprintf': name was marked as #pragma deprecated
.\WifibotServer.cpp(653) : 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:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\WifibotServer.cpp(746) : warning C4313: 'printf' : '%d' in format string conflicts with argument 1 of type 'HANDLE'
.\WifibotServer.cpp(783) : warning C4313: 'printf' : '%d' in format string conflicts with argument 1 of type 'HANDLE'
.\WifibotServer.cpp(799) : warning C4313: 'printf' : '%d' in format string conflicts with argument 1 of type 'HANDLE'
testlab.cpp
Linking...
Generating code
Finished generating code
Embedding manifest...
|