Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\RSP0000023133631872.rsp" with contents
[
/Od /I "include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TC ".\demo.c"
]
Creating command line "cl.exe @"c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\RSP0000023133631872.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\RSP0000033133631872.rsp" with contents
[
/OUT:"C:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\Debug\demo.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\demo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\Debug\demo.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Libs\hwjson.lib"

".\Libs\hwsys.lib"

".\Libs\iota.lib"

".\Libs\libeay32.lib"

".\Libs\ssleay32.lib"

".\Libs\uspbase.lib"

".\Libs\uspbind.lib"

".\Libs\usphttp.lib"

".\Libs\usphttpproxy.lib"

".\Libs\uspiocmreg.lib"

".\Libs\uspiodev.lib"

".\Libs\uspiotcfg.lib"

".\Libs\usplogin.lib"

".\Libs\uspmqta.lib"

".\Libs\uspmqtt.lib"

".\Libs\uspprotocol.lib"

".\Libs\usptls.lib"

".\Libs\uspwatcher.lib"

".\Debug\demo.obj"

".\Debug\demo.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\RSP0000033133631872.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\RSP0000043133631872.rsp" with contents
[
/out:".\Debug\demo.exe.embed.manifest" /notify_update /manifest

".\Debug\demo.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\RSP0000043133631872.rsp" /nologo"
Creating temporary file "c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\BAT0000053133631872.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\BAT0000053133631872.bat"""
Output Window
  
Compiling...
demo.c
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(49) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(51) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(139) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(141) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(172) : 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.
        d:\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(181) : 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.
        d:\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(190) : 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.
        d:\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(199) : 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.
        d:\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(208) : 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.
        d:\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(241) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(242) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(277) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(379) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(380) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(393) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(395) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(444) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(445) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(630) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(632) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(679) : warning C4013: 'time' undefined; assuming extern returning int
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(689) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
c:\users\m00383097\desktop\huawei_iot_agent_lite_demo_c_windows\agent lite(c)-win(gateway demo)\agent lite(c)-win(gateway demo)\demo\demo\demo.c(713) : 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.
        d:\microsoft visual studio 9.0\vc\include\stdio.h(366) : see declaration of 'sprintf'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Users\m00383097\Desktop\Huawei_IoT_Agent_Lite_Demo_C_Windows\Agent Lite(C)-win(Gateway Demo)\Agent Lite(C)-win(Gateway Demo)\demo\demo\Debug\BuildLog.htm"
demo - 0 error(s), 23 warning(s)