Build Log
  

Build started: Project: 03_ReplaceSwitchWithPolymorphism, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\RSP00002A14001600.rsp" with contents
[
/Od /I "C:\cpptdd\CppUTest\include\Platforms\VisualCpp" /I "C:\cpptdd\CppUTest\include" /D "_MBCS" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP .\RateCalculatorTest.cpp

.\RateCalculator.cpp

.\Customer.cpp
]
Creating command line "cl.exe @c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\RSP00002A14001600.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\RSP00002B14001600.rsp" with contents
[
/OUT:"C:\cpptdd\03_ReplaceSwitchWithPolymorphism\Debug\03_ReplaceSwitchWithPolymorphism.exe" /MANIFEST /MANIFESTFILE:"Debug\03_ReplaceSwitchWithPolymorphism.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\cpptdd\03_ReplaceSwitchWithPolymorphism\Debug\03_ReplaceSwitchWithPolymorphism.pdb" /DYNAMICBASE /NXCOMPAT /MACHINE:X86 odbc32.lib odbccp32.lib winmm.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 "..\..\cpputest\lib\cpputest.lib"

".\Debug\AllTests.obj"

".\Debug\Customer.obj"

".\Debug\RateCalculator.obj"

".\Debug\RateCalculatorTest.obj"
]
Creating command line "link.exe @c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\RSP00002B14001600.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\RSP00002C14001600.rsp" with contents
[
/outputresource:"..\Debug\03_ReplaceSwitchWithPolymorphism.exe;#1" /manifest

.\Debug\03_ReplaceSwitchWithPolymorphism.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\RSP00002C14001600.rsp /nologo"
Creating temporary file "c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\BAT00002D14001600.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\BAT00002D14001600.bat"
Output Window
  
Compiling...
Customer.cpp
RateCalculator.cpp
RateCalculatorTest.cpp
Generating Code...
c:\cpptdd\03_replaceswitchwithpolymorphism\03_replaceswitchwithpolymorphism\ratecalculator.cpp(45) : warning C4715: 'RateCalculator::calculateTerritorialRate' : not all control paths return a value
Linking...
LINK : C:\cpptdd\03_ReplaceSwitchWithPolymorphism\Debug\03_ReplaceSwitchWithPolymorphism.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Results
  
Build log was saved at "file://c:\cpptdd\03_ReplaceSwitchWithPolymorphism\03_ReplaceSwitchWithPolymorphism\Debug\BuildLog.htm"
03_ReplaceSwitchWithPolymorphism - 0 error(s), 1 warning(s)