Build Log
  

Rebuild started: Project: LUR, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\tam\Desktop\handout_code\Release\RSP0000202992268.rsp" with contents
[
/O2 /I "c:\Documents and Settings\tam\Desktop\handout_code\\" /I "c:\Documents and Settings\tam\Desktop\handout_code\raster" /I "c:\Documents and Settings\tam\Desktop\handout_code\scenes" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MT /Fo"Release\\" /Fd"Release\vc80.pdb" /W3 /c /Wp64 /Zi /TP ".\mmgr\Mmgr.cpp"

".\scenes\UmbrellaScene\UmbrellaScene.cpp"

".\scenes\TextureScene\TextureScene.cpp"

".\scenes\TexturedQuadScene\TexturedQuadScene.cpp"

".\scene.cpp"

".\scenes\ProjectScene\ProjectScene.cpp"

".\scenes\IsectTrisScene\IsectTrisScene.cpp"

".\raster\tilerasterizer.cpp"

".\raster\textureunit.cpp"

".\raster\statistics.cpp"

".\raster\rasterizer.cpp"

".\raster\edgefunc.cpp"

".\raster\depthunit.cpp"

".\raster\colorunit.cpp"

".\timer.cpp"

".\RGBATexture.cpp"

".\rendererAPI.cpp"

".\LUR.cpp"

".\glstate.cpp"

".\bsCamera.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\tam\Desktop\handout_code\Release\RSP0000202992268.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\tam\Desktop\handout_code\Release\RSP0000212992268.rsp" with contents
[
/OUT:"Release/LUR.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:"Release\LUR.exe.intermediate.manifest" /DEBUG /PDB:"c:\Documents and Settings\tam\Desktop\handout_code\Release\LUR.pdb" /SUBSYSTEM:CONSOLE /OPT:REF /OPT:ICF /MACHINE:X86 il\devil.lib il\ilu.lib opengl32.lib glu32.lib glut32.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

".\Release\bsCamera.obj"

".\Release\glstate.obj"

".\Release\LUR.obj"

".\Release\rendererAPI.obj"

".\Release\RGBATexture.obj"

".\Release\timer.obj"

".\Release\colorunit.obj"

".\Release\depthunit.obj"

".\Release\edgefunc.obj"

".\Release\rasterizer.obj"

".\Release\statistics.obj"

".\Release\textureunit.obj"

".\Release\tilerasterizer.obj"

".\Release\IsectTrisScene.obj"

".\Release\ProjectScene.obj"

".\Release\scene.obj"

".\Release\TexturedQuadScene.obj"

".\Release\TextureScene.obj"

".\Release\UmbrellaScene.obj"

".\Release\Mmgr.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\tam\Desktop\handout_code\Release\RSP0000212992268.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\tam\Desktop\handout_code\Release\RSP0000222992268.rsp" with contents
[
/outputresource:".\Release\LUR.exe;#1" /manifest

".\Release\LUR.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\tam\Desktop\handout_code\Release\RSP0000222992268.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\tam\Desktop\handout_code\Release\BAT0000232992268.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """c:\Documents and Settings\tam\Desktop\handout_code\Release\BAT0000232992268.bat"""
Output Window
  
Compiling...
Mmgr.cpp
.\mmgr\Mmgr.cpp(226) : warning C4996: 'unlink' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(290) : see declaration of 'unlink'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.'
.\mmgr\Mmgr.cpp(248) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(259) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(284) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(285) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(286) : warning C4996: 'sprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'sprintf'
        Message: 'This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(301) : warning C4311: 'type cast' : pointer truncation from 'const void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(375) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\mmgr\Mmgr.cpp(388) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\mmgr\Mmgr.cpp(421) : warning C4996: 'vsprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(345) : see declaration of 'vsprintf'
        Message: 'This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(430) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(460) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(461) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(478) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(492) : warning C4996: 'localtime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(918) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(990) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(991) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(992) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(993) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1014) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1022) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1023) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1028) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1029) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1107) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(1138) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1173) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1174) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1185) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1186) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1187) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1188) : warning C4996: 'strcpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(73) : see declaration of 'strcpy'
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1198) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1212) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1221) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1222) : warning C4267: '+=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1225) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
.\mmgr\Mmgr.cpp(1332) : warning C4311: 'type cast' : pointer truncation from 'void *' to 'unsigned int'
.\mmgr\Mmgr.cpp(1345) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1346) : warning C4267: '-=' : conversion from 'size_t' to 'unsigned int', possible loss of data
.\mmgr\Mmgr.cpp(1526) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(1527) : warning C4267: 'argument' : conversion from 'size_t' to 'unsigned long', possible loss of data
.\mmgr\Mmgr.cpp(1541) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1542) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\mmgr\Mmgr.cpp(1554) : warning C4996: 'localtime' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\time.inl(114) : see declaration of 'localtime'
        Message: 'This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
UmbrellaScene.cpp
TextureScene.cpp
TexturedQuadScene.cpp
scene.cpp
ProjectScene.cpp
IsectTrisScene.cpp
tilerasterizer.cpp
textureunit.cpp
statistics.cpp
rasterizer.cpp
edgefunc.cpp
depthunit.cpp
colorunit.cpp
timer.cpp
RGBATexture.cpp
rendererAPI.cpp
LUR.cpp
glstate.cpp
bsCamera.cpp
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\tam\Desktop\handout_code\Release\BuildLog.htm"
LUR - 0 error(s), 46 warning(s)