Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000014004580.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\models.cpp" ".\demo.cpp" ] Creating command line "cl.exe @"c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000014004580.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\TMP0000024004580.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\SampleSource Code.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\SampleSource Code.exe.embed.manifest.res" "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\TMP0000024004580.tmp"" Creating temporary file "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000034004580.rsp" with contents [ /OUT:"Debug/SampleSource Code.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\SampleSource Code.exe.intermediate.manifest" /DEBUG /PDB:"Debug/SampleSource Code.pdb" /SUBSYSTEM:CONSOLE /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 ".\debug\demo.obj" ".\debug\models.obj" ".\Debug\SampleSource Code.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000034004580.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000044004580.rsp" with contents [ /out:".\debug\SampleSource Code.exe.embed.manifest" /notify_update /manifest ".\debug\SampleSource Code.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000044004580.rsp" /nologo" Creating temporary file "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\BAT0000054004580.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep" ] Creating command line """c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\BAT0000054004580.bat""" Creating temporary file "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\TMP0000064004580.tmp" with contents [ 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\SampleSource Code.exe.embed.manifest" ] Creating command line "rc.exe /fo".\Debug\SampleSource Code.exe.embed.manifest.res" "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\TMP0000064004580.tmp"" Creating temporary file "c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000074004580.rsp" with contents [ /OUT:"Debug/SampleSource Code.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\SampleSource Code.exe.intermediate.manifest" /DEBUG /PDB:"Debug/SampleSource Code.pdb" /SUBSYSTEM:CONSOLE /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 ".\debug\demo.obj" ".\debug\models.obj" ".\Debug\SampleSource Code.exe.embed.manifest.res" ] Creating command line "link.exe @"c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\RSP0000074004580.rsp" /NOLOGO /ERRORREPORT:PROMPT" |
Output Window |
Compiling... demo.cpp c:\documents and settings\root\desktop\copy of demosourcecode\demo.cpp(65) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data c:\documents and settings\root\desktop\copy of demosourcecode\demo.cpp(123) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data models.cpp c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(140) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(137) : warning C4101: 'i' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(137) : warning C4101: 'temp' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(204) : warning C4101: 'temp' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(208) : warning C4101: 'prIntervals' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(259) : warning C4101: 'prTouchChar' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(284) : warning C4101: 'temp' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(408) : warning C4101: 'initialState' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(408) : warning C4101: 'state' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(513) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(514) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(512) : warning C4101: 'i' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(872) : warning C4018: '>=' : signed/unsigned mismatch c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(857) : warning C4101: 'i' : unreferenced local variable c:\documents and settings\root\desktop\copy of demosourcecode\models.cpp(929) : warning C4101: 'i' : unreferenced local variable Generating Code... Compiling manifest to resources... Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\Documents and Settings\root\Desktop\Copy of DemoSourceCode\Debug\BuildLog.htm" SampleSource Code - 0 error(s), 17 warning(s) |