DEMO_LIB.log 3.7 KB

1234567891011121314151617181920212223
  1. Build started 12.11.2020 20:40:33.
  2. 1>Project "C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\DEMO_LIB.vcxproj" on node 2 (Build target(s)).
  3. 1>ClCompile:
  4. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\\" /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\..\ANT_LIB\software\system" /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\..\ANT_LIB\software\serial" /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\..\ANT_LIB\inc" /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\..\ANT_LIB\software\USB" /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\..\ANT_LIB\software\USB\devices" /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\..\ANT_LIB\libraries" /I"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\..\ANT_LIB\software\USB\device_handles" /ZI /nologo /W3 /WX- /Od /Oy- /D WIN32 /D _DEBUG /D _CONSOLE /D _MBCS /Gm /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:prompt demo.cpp
  5. demo.cpp
  6. 1>c:\unity projects\vr cycling\external\ant-sdk_pc.3.5\demo_lib\demo.cpp(173): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  7. c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(304) : see declaration of 'sscanf'
  8. 1>c:\unity projects\vr cycling\external\ant-sdk_pc.3.5\demo_lib\demo.cpp(274): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  9. c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(304) : see declaration of 'sscanf'
  10. 1>c:\unity projects\vr cycling\external\ant-sdk_pc.3.5\demo_lib\demo.cpp(292): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  11. c:\program files (x86)\microsoft visual studio 12.0\vc\include\stdio.h(304) : see declaration of 'sscanf'
  12. ResourceCompile:
  13. C:\Program Files (x86)\Windows Kits\8.1\bin\x86\rc.exe /l"0x0409" /nologo /fo"Debug\DEMO_LIB.res" DEMO_LIB.rc
  14. Link:
  15. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\Debug\DEMO_LIB.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\Debug" /LIBPATH:"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\Debug\\" ANT_LIB.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\Debug\DEMO_LIB.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\Debug\DEMO_LIB.lib" /MACHINE:X86 /SAFESEH Debug\DEMO_LIB.res
  16. Debug\demo.obj
  17. 1>demo.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
  18. DEMO_LIB.vcxproj -> C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\Debug\DEMO_LIB.exe
  19. 1>Done Building Project "C:\Unity Projects\VR Cycling\External\ANT-SDK_PC.3.5\DEMO_LIB\DEMO_LIB.vcxproj" (Build target(s)).
  20. Build succeeded.
  21. Time Elapsed 00:00:01.20