| | | Compiling...
cl : Command line warning D9035 : option 'Fr' has been deprecated and will be removed in a future release
cl : Command line warning D9036 : use 'FR' instead of 'Fr'
USBeeEX2App.c
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(58) : 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 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(69) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch'
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(76) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch'
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(81) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch'
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(86) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen'
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(156) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_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(237) : see declaration of 'fopen'
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(166) : warning C4996: 'getch': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _getch. See online help for details.
c:\program files\microsoft visual studio 9.0\vc\include\conio.h(145) : see declaration of 'getch'
f:\ac356\a2f_ac356_df2\a2f_ac356_df\usbee\host_application\c\usbeeex2app.c(40) : warning C4101: 'DataInBuffer' : unreferenced local variable
Linking...
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
|