Build Log
  

Build started: Project: USBeeEX2App, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00000E18925512.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fp".\Debug/USBeeEX2App.pch" /FAs /Fa".\Debug/" /Fo".\Debug/" /Fd".\Debug/" /Fr".\Debug\\" /W3 /c /ZI /TC .\USBeeEX2App.c
]
Creating command line "cl.exe @f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00000E18925512.rsp /nologo /errorReport:prompt"
Creating temporary file "f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00000F18925512.rsp" with contents
[
/OUT:".\Debug/USBeeEX2App.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\USBeeEX2App.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/USBeeEX2App.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 ".\usbeeex2.lib"

".\Debug\USBeeEX2App.obj"

".\Debug\USBeeEX2App.exe.embed.manifest.res"
]
Creating command line "link.exe @f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00000F18925512.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00001018925512.rsp" with contents
[
/out:.\Debug\USBeeEX2App.exe.embed.manifest /notify_update /manifest

.\Debug\USBeeEX2App.exe.intermediate.manifest
]
Creating command line "mt.exe @f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00001018925512.rsp /nologo"
Creating temporary file "f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\BAT00001118925512.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\BAT00001118925512.bat"
Creating temporary file "f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00001218925512.rsp" with contents
[
/o ".\Debug/USBeeEX2App.bsc"

.\Debug\USBeeEX2App.sbr
]
Creating command line "bscmake.exe @f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\RSP00001218925512.rsp /nologo"
Output Window
  
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.
Results
  
Build log was saved at "file://f:\ac356\A2F_AC356_DF2\A2F_AC356_DF\USBee\Host_application\C\Debug\BuildLog.htm"
USBeeEX2App - 0 error(s), 10 warning(s)