Build Log |
|
Command Lines |
Creating temporary file "g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000145684996.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI ".\my.cpp" ] Creating command line "cl.exe @"g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000145684996.rsp" /nologo /errorReport:prompt" Creating temporary file "g:\cqq\rvsn\p1n01 Hello world\Debug\TMP00000245684996.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\myf.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\myf.exe.embed.manifest.res" "g:\cqq\rvsn\p1n01 Hello world\Debug\TMP00000245684996.tmp"" Creating temporary file "g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000345684996.rsp" with contents [ /OUT:"G:\cqq\rvsn\p1n01 Hello world\Debug\myf.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\myf.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DELAYLOAD:"OleAcc.dll" /DEBUG /PDB:"g:\cqq\rvsn\p1n01 Hello world\Debug\myf.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 DelayImp.lib ".\Debug\my.obj" ".\Debug\myf.exe.embed.manifest.res" ] Creating command line "link.exe @"g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000345684996.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000445684996.rsp" with contents [ /out:".\Debug\myf.exe.embed.manifest" /notify_update /manifest ".\Debug\myf.exe.intermediate.manifest" ] Creating command line "mt.exe @"g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000445684996.rsp" /nologo" Creating temporary file "g:\cqq\rvsn\p1n01 Hello world\Debug\BAT00000545684996.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep" ] Creating command line """g:\cqq\rvsn\p1n01 Hello world\Debug\BAT00000545684996.bat""" Creating temporary file "g:\cqq\rvsn\p1n01 Hello world\Debug\TMP00000645684996.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\myf.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\myf.exe.embed.manifest.res" "g:\cqq\rvsn\p1n01 Hello world\Debug\TMP00000645684996.tmp"" Creating temporary file "g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000745684996.rsp" with contents [ /OUT:"G:\cqq\rvsn\p1n01 Hello world\Debug\myf.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\myf.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DELAYLOAD:"OleAcc.dll" /DEBUG /PDB:"g:\cqq\rvsn\p1n01 Hello world\Debug\myf.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X86 DelayImp.lib ".\Debug\my.obj" ".\Debug\myf.exe.embed.manifest.res" ] Creating command line "link.exe @"g:\cqq\rvsn\p1n01 Hello world\Debug\RSP00000745684996.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release my.cpp g:\cqq\rvsn\p1n01 hello world\my.cpp(116) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data g:\cqq\rvsn\p1n01 hello world\my.cpp(117) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data g:\cqq\rvsn\p1n01 hello world\my.cpp(123) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data g:\cqq\rvsn\p1n01 hello world\my.cpp(124) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data g:\cqq\rvsn\p1n01 hello world\my.cpp(73) : warning C4700: uninitialized local variable 'x' used Compiling manifest to resources... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. Linking... LINK : warning LNK4199: /DELAYLOAD:OleAcc.dll ignored; no imports found from OleAcc.dll Embedding manifest... Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. |
Results |
Build log was saved at "file://g:\cqq\rvsn\p1n01 Hello world\Debug\BuildLog.htm" myf - 0 error(s), 7 warning(s) |