Build Log
  

Build started: Project: SampleSource Code, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000153044360.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\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000153044360.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\TMP00000253044360.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\Spelling Identity Homework\DemoSourceCode C Manny\Debug\TMP00000253044360.tmp""
Creating temporary file "c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000353044360.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\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000353044360.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000453044360.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\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000453044360.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\BAT00000553044360.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep"
]
Creating command line """c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\BAT00000553044360.bat"""
Creating temporary file "c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\TMP00000653044360.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\Spelling Identity Homework\DemoSourceCode C Manny\Debug\TMP00000653044360.tmp""
Creating temporary file "c:\Documents and Settings\root\Desktop\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000753044360.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\Spelling Identity Homework\DemoSourceCode C Manny\Debug\RSP00000753044360.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
demo.cpp
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\demo.cpp(65) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\demo.cpp(123) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
models.cpp
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(140) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(137) : warning C4101: 'i' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(137) : warning C4101: 'temp' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(204) : warning C4101: 'temp' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(208) : warning C4101: 'prIntervals' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(259) : warning C4101: 'prTouchChar' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(284) : warning C4101: 'temp' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(408) : warning C4101: 'initialState' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(408) : warning C4101: 'state' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(513) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(514) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(512) : warning C4101: 'i' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(872) : warning C4018: '>=' : signed/unsigned mismatch
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\models.cpp(857) : warning C4101: 'i' : unreferenced local variable
c:\documents and settings\root\desktop\spelling identity homework\demosourcecode c manny\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\Spelling Identity Homework\DemoSourceCode C Manny\Debug\BuildLog.htm"
SampleSource Code - 0 error(s), 17 warning(s)