Build Log
  

Rebuild started: Project: AnalogInputTrigger_AI_Scan_Cplusplus, Configuration: Release|Win32

Command Lines
  
Creating temporary file "v:\Common\Demo2005\HSDAQ\perl\Vc2008\ET7H16\x32\AnalogInputTrigger_AI_Scan\AnalogInputTrigger_AI_Scan_Cplusplus\Release\RSP0000011431215252.rsp" with contents
[
/O2 /Oi /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /FD /EHsc /MD /Gy /Fo"Release\\" /Fd"Release\vc90.pdb" /W3 /c /Zi /TP .\stdafx.cpp

.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp
]
Creating command line "cl.exe @v:\Common\Demo2005\HSDAQ\perl\Vc2008\ET7H16\x32\AnalogInputTrigger_AI_Scan\AnalogInputTrigger_AI_Scan_Cplusplus\Release\RSP0000011431215252.rsp /nologo /errorReport:queue"
Output Window
  
Compiling...
stdafx.cpp
AnalogInputTrigger_AI_Scan_Cplusplus.cpp
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(54) : 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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(60) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(61) : 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 (x86)\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(79) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(84) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(96) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(99) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(114) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(127) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(141) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(148) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(151) : 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)\Microsoft Visual Studio 9.0\VC\include\stdio.h(306) : see declaration of 'scanf'
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(201) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(205) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(210) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(229) : error C2664: 'HS_GetAllLogFiles' : cannot convert parameter 1 from 'TCHAR [256]' to 'char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(230) : error C2664: 'HS_LogFile_Open_byIndex' : cannot convert parameter 2 from 'TCHAR [256]' to 'char *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(231) : warning C4800: 'DWORD' : forcing value to bool 'true' or 'false' (performance warning)
.\AnalogInputTrigger_AI_Scan_Cplusplus.cpp(236) : warning C4018: '<' : signed/unsigned mismatch
Results
  
Build log was saved at "file://v:\Common\Demo2005\HSDAQ\perl\Vc2008\ET7H16\x32\AnalogInputTrigger_AI_Scan\AnalogInputTrigger_AI_Scan_Cplusplus\Release\BuildLog.htm"
AnalogInputTrigger_AI_Scan_Cplusplus - 2 error(s), 18 warning(s)