Build Log
  

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

Command Lines
  
Creating temporary file "p:\public\cs493\plotter\plotter\Debug\RSP0000013440588.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Zi /clr /TP /FU "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll" /FU "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll"

..\Graph.cpp
]
Creating command line "cl.exe @p:\public\cs493\plotter\plotter\Debug\RSP0000013440588.rsp /nologo /errorReport:prompt"
Creating temporary file "p:\public\cs493\plotter\plotter\Debug\RSP0000023440588.rsp" with contents
[
/OUT:"P:\public\cs493\plotter\plotter\Debug\plotter.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\plotter.exe.intermediate.manifest" /DEBUG /ASSEMBLYDEBUG /PDB:"p:\public\cs493\plotter\plotter\Debug\plotter.pdb" /MACHINE:X86 /FIXED:No ".\Debug\Graph.obj"

".\Debug\plotter.obj"

".\Debug\PlotUI.obj"
]
Creating command line "link.exe @p:\public\cs493\plotter\plotter\Debug\RSP0000023440588.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "p:\public\cs493\plotter\plotter\Debug\RSP0000033440588.rsp" with contents
[
/outputresource:".\Debug\plotter.exe;#1" /manifest

.\Debug\plotter.exe.intermediate.manifest
]
Creating command line "mt.exe @p:\public\cs493\plotter\plotter\Debug\RSP0000033440588.rsp /nologo"
Creating temporary file "p:\public\cs493\plotter\plotter\Debug\BAT0000043440588.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "p:\public\cs493\plotter\plotter\Debug\BAT0000043440588.bat"
Output Window
  
Compiling...
Graph.cpp
..\Graph.cpp(112) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
..\Graph.cpp(171) : warning C4305: 'initializing' : truncation from 'double' to 'float'
..\Graph.cpp(239) : warning C4305: 'initializing' : truncation from 'double' to 'const float'
..\Graph.cpp(240) : warning C4244: 'initializing' : conversion from 'float' to 'int', possible loss of data
..\Graph.cpp(241) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
..\Graph.cpp(244) : warning C4244: 'argument' : conversion from 'int' to 'float', possible loss of data
..\Graph.cpp(252) : warning C4305: '=' : truncation from 'double' to 'float'
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://p:\public\cs493\plotter\plotter\Debug\BuildLog.htm"
plotter - 0 error(s), 7 warning(s)