Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000017446192.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\hw0.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\shaders.cpp"

".\mytest3.cpp"

".\hw0.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000017446192.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000027446192.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\hw0.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\stdafx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000027446192.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\TMP0000037446192.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\hw0.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\hw0.exe.embed.manifest.res" "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\TMP0000037446192.tmp""
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000047446192.rsp" with contents
[
/OUT:"C:\Documents and Settings\ravir\Desktop\testvc\hw0\Debug\hw0.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\hw0.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Documents and Settings\ravir\Desktop\testvc\hw0\Debug\hw0.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 glew32.lib glut32.lib glu32.lib opengl32.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\stdafx.obj"

".\Debug\hw0.obj"

".\Debug\mytest3.obj"

".\Debug\shaders.obj"

".\Debug\hw0.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000047446192.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000057446192.rsp" with contents
[
/out:".\Debug\hw0.exe.embed.manifest" /notify_update /manifest

".\Debug\hw0.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000057446192.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\BAT0000067446192.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\BAT0000067446192.bat"""
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\TMP0000077446192.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\hw0.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\hw0.exe.embed.manifest.res" "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\TMP0000077446192.tmp""
Creating temporary file "c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000087446192.rsp" with contents
[
/OUT:"C:\Documents and Settings\ravir\Desktop\testvc\hw0\Debug\hw0.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\hw0.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Documents and Settings\ravir\Desktop\testvc\hw0\Debug\hw0.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /MACHINE:X86 glew32.lib glut32.lib glu32.lib opengl32.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\stdafx.obj"

".\Debug\hw0.obj"

".\Debug\mytest3.obj"

".\Debug\shaders.obj"

".\Debug\hw0.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\RSP0000087446192.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
hw0.cpp
mytest3.cpp
c:\documents and settings\ravir\desktop\testvc\hw0\hw0\geometry3.h(92) : warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\documents and settings\ravir\desktop\testvc\hw0\hw0\geometry3.h(93) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\ravir\desktop\testvc\hw0\hw0\geometry3.h(97) : warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
c:\documents and settings\ravir\desktop\testvc\hw0\hw0\geometry3.h(91) : warning C4101: 'err' : unreferenced local variable
shaders.cpp
c:\documents and settings\ravir\desktop\testvc\hw0\hw0\shaders.cpp(63) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files\microsoft visual studio 9.0\vc\include\string.h(74) : see declaration of 'strcpy'
Generating Code...
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : warning LNK4067: ambiguous entry point; selected 'mainCRTStartup'
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://c:\Documents and Settings\ravir\Desktop\testvc\hw0\hw0\Debug\BuildLog.htm"
hw0 - 0 error(s), 6 warning(s)