Build Log
  

Rebuild started: Project: i8014W_MagicScan_ISR_Cplusplus, Configuration: Release|XPacSDK_CE (x86)

Command Lines
  
Creating temporary file "f:\edward_ku\I8K_I9K_IO\8014series\Demo\Demo_Src\CE\i8014W_MagicScan_ISR_Cplusplus\XPacSDK_CE (x86)\Release\RSP0000021916832444.rsp" with contents
[
/O2 /Os /D "NDEBUG" /D "_WIN32_WCE=0x600" /D "UNDER_CE" /D "WINCE" /D "_CONSOLE" /D "x86" /D "_X86_" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /fp:fast /GR- /Yu"stdafx.h" /Fp"XPacSDK_CE (x86)\Release/i8014W_MagicScan_ISR_Cplusplus.pch" /Fo"XPacSDK_CE (x86)\Release/" /Fd"XPacSDK_CE (x86)\Release/vc80.pdb" /W3 /c /Zi /TP

.\i8014W_MagicScan_ISR_Cplusplus.cpp
]
Creating command line "cl.exe @"f:\edward_ku\I8K_I9K_IO\8014series\Demo\Demo_Src\CE\i8014W_MagicScan_ISR_Cplusplus\XPacSDK_CE (x86)\Release\RSP0000021916832444.rsp" /nologo"
Creating temporary file "f:\edward_ku\I8K_I9K_IO\8014series\Demo\Demo_Src\CE\i8014W_MagicScan_ISR_Cplusplus\XPacSDK_CE (x86)\Release\RSP0000041916832444.rsp" with contents
[
/O2 /Os /D "NDEBUG" /D "_WIN32_WCE=0x600" /D "UNDER_CE" /D "WINCE" /D "_CONSOLE" /D "x86" /D "_X86_" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MT /fp:fast /GR- /Yc"stdafx.h" /Fp"XPacSDK_CE (x86)\Release/i8014W_MagicScan_ISR_Cplusplus.pch" /Fo"XPacSDK_CE (x86)\Release/" /Fd"XPacSDK_CE (x86)\Release/vc80.pdb" /W3 /c /Zi /TP

.\stdafx.cpp
]
Creating command line "cl.exe @"f:\edward_ku\I8K_I9K_IO\8014series\Demo\Demo_Src\CE\i8014W_MagicScan_ISR_Cplusplus\XPacSDK_CE (x86)\Release\RSP0000041916832444.rsp" /nologo"
Creating temporary file "f:\edward_ku\I8K_I9K_IO\8014series\Demo\Demo_Src\CE\i8014W_MagicScan_ISR_Cplusplus\XPacSDK_CE (x86)\Release\RSP0000091916832444.rsp" with contents
[
/OUT:"..\exe_file/i8014W_MagicScan_ISR_Cplusplus.exe" /INCREMENTAL:NO /MANIFEST:NO /NODEFAULTLIB:"oldnames.lib" /DEBUG /PDB:"..\exe_file/i8014W_MagicScan_ISR_Cplusplus.pdb" /STACK:65536,4096 /OPT:REF /OPT:ICF /ENTRY:"mainWCRTStartup" /DYNAMICBASE:NO  /subsystem:windowsce,6.00 coredll.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib

".\XPacSDK_CE (x86)\Release\i8014W_MagicScan_ISR_Cplusplus.obj"

".\XPacSDK_CE (x86)\Release\stdafx.obj"
]
Creating command line "link.exe @"f:\edward_ku\I8K_I9K_IO\8014series\Demo\Demo_Src\CE\i8014W_MagicScan_ISR_Cplusplus\XPacSDK_CE (x86)\Release\RSP0000091916832444.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
i8014W_MagicScan_ISR_Cplusplus.cpp
.\i8014W_MagicScan_ISR_Cplusplus.cpp(83) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(95) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(106) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(116) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(125) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(136) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(172) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(196) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(200) : warning C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        C:\Program Files (x86)\Windows CE Tools\wce600\XPacSDK_CE\include\x86\stdlib.h(392) : see declaration of 'scanf'
.\i8014W_MagicScan_ISR_Cplusplus.cpp(39) : warning C4101: 'ret' : unreferenced local variable
.\i8014W_MagicScan_ISR_Cplusplus.cpp(38) : warning C4101: 'c' : unreferenced local variable
.\i8014W_MagicScan_ISR_Cplusplus.cpp(38) : warning C4101: 'ch' : unreferenced local variable
.\i8014W_MagicScan_ISR_Cplusplus.cpp(210) : warning C4101: 'i' : unreferenced local variable
Linking...
Results
  
Build log was saved at "file://f:\edward_ku\I8K_I9K_IO\8014series\Demo\Demo_Src\CE\i8014W_MagicScan_ISR_Cplusplus\XPacSDK_CE (x86)\Release\BuildLog.htm"
i8014W_MagicScan_ISR_Cplusplus - 0 error(s), 13 warning(s)