| Build Log |
|
| Command Lines |
Creating temporary file "c:\ogl\lesson12\Debug\RSP00014D.rsp" with contents [ /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FD /EHsc /RTC1 /MLd /YX"stdafx.h" /Fp".\Debug/lesson12.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP .\Lesson12.cpp ] Creating command line "cl.exe @c:\ogl\lesson12\Debug\RSP00014D.rsp /nologo" Creating temporary file "c:\ogl\lesson12\Debug\RSP00014E.rsp" with contents [ /OUT:".\Debug/lesson12.exe" /INCREMENTAL /NOLOGO /DEBUG /PDB:".\Debug/lesson12.pdb" /SUBSYSTEM:WINDOWS /MACHINE:I386 opengl32.lib glu32.lib glaux.lib odbc32.lib odbccp32.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 .\Debug\cone.obj .\Debug\Lesson12.obj ] Creating command line "link.exe @c:\ogl\lesson12\Debug\RSP00014E.rsp" |
| Output Window |
Compiling... Lesson12.cpp c:\ogl\lesson12\Lesson12.cpp(241) : warning C4244: 'initializing' : conversion from 'double' to 'GLfloat', possible loss of data c:\ogl\lesson12\Lesson12.cpp(242) : warning C4244: 'initializing' : conversion from 'double' to 'GLfloat', possible loss of data c:\ogl\lesson12\Lesson12.cpp(617) : warning C4305: '-=' : truncation from 'double' to 'GLfloat' Linking... |
| Results |
Build log was saved at "file://c:\ogl\lesson12\Debug\BuildLog.htm" lesson12 - 0 error(s), 3 warning(s) |