빌드 로그
  

빌드 시작: 프로젝트: testMyGL, 구성: Debug|Win32

명령줄
  
다음 내용이 포함된 "c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\RSP00000564725088.rsp" 임시 파일을 만들고 있습니다.
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\testMyGL.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\WaveFrontOBJ.cpp"

".\testMyGL.cpp"

".\stopwatch.cpp"

".\GLRenderer.cpp"
]
"cl.exe @"c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\RSP00000564725088.rsp" /nologo /errorReport:prompt" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\RSP00000664725088.rsp" 임시 파일을 만들고 있습니다.
[
/OUT:"C:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\Debug\testMyGL.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\testMyGL.exe.intermediate.manifest" /DEBUG /PDB:"c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\debug\testMyGL.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 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\GLRenderer.obj"

".\Debug\MyGL.obj"

".\Debug\stdafx.obj"

".\Debug\stopwatch.obj"

".\Debug\testMyGL.obj"

".\Debug\WaveFrontOBJ.obj"

".\Debug\testMyGL.exe.embed.manifest.res"
]
"link.exe @"c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\RSP00000664725088.rsp" /NOLOGO /ERRORREPORT:PROMPT" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\RSP00000764725088.rsp" 임시 파일을 만들고 있습니다.
[
/out:".\Debug\testMyGL.exe.embed.manifest" /notify_update /manifest

".\Debug\testMyGL.exe.intermediate.manifest"
]
"mt.exe @"c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\RSP00000764725088.rsp" /nologo" 명령줄을 만들고 있습니다.
다음 내용이 포함된 "c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\BAT00000864725088.bat" 임시 파일을 만들고 있습니다.
[
@echo 매니페스트 리소스 최종 업데이트:  %TIME%(%DATE%) > ".\Debug\mt.dep"
]
"""c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\BAT00000864725088.bat""" 명령줄을 만들고 있습니다.
출력 창
  
컴파일하고 있습니다...
GLRenderer.cpp
stopwatch.cpp
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\stopwatch.cpp(135) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\stdio.h(345) : 'sprintf' 선언을 참조하십시오.
testMyGL.cpp
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\testmygl.cpp(396) : 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 (x86)\microsoft visual studio 8\vc\include\stdio.h(234) : 'fopen' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\testmygl.cpp(405) : 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 (x86)\microsoft visual studio 8\vc\include\stdio.h(249) : 'fscanf' 선언을 참조하십시오.
WaveFrontOBJ.cpp
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(43) : 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 (x86)\microsoft visual studio 8\vc\include\string.h(74) : 'strcpy' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(44) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(46) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(47) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(48) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(52) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(53) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(54) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(58) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(59) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
c:\users\you\documents\그래픽 주석달기\pa5\pa5_vs\testmygl\testmygl\wavefrontobj.cpp(66) : warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 8\vc\include\string.h(166) : 'strtok' 선언을 참조하십시오.
코드를 생성하고 있습니다...
링크하고 있습니다...
매니페스트를 포함하고 있습니다...
결과
  
빌드 로그가 "file://c:\Users\You\Documents\그래픽 주석달기\PA5\PA5_VS\testMyGL\testMyGL\Debug\BuildLog.htm"에 저장되었습니다.
testMyGL - 오류: 0개, 경고: 14개