Build Log
  

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

Command Lines
  
Creating temporary file "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000114441888.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\main.cpp"
]
Creating command line "cl.exe @"c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000114441888.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\TMP00000214441888.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\zip2jpg.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\zip2jpg.exe.embed.manifest.res" "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\TMP00000214441888.tmp""
Creating temporary file "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000314441888.rsp" with contents
[
/OUT:"C:\Users\Ben\Desktop\Programming\C++\zip2jpg\Debug\zip2jpg.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\zip2jpg.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\Users\Ben\Desktop\Programming\C++\zip2jpg\Debug\zip2jpg.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /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\main.obj"

".\Debug\zip2jpg.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000314441888.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000414441888.rsp" with contents
[
/out:".\Debug\zip2jpg.exe.embed.manifest" /notify_update /manifest

".\Debug\zip2jpg.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000414441888.rsp" /nologo"
Creating temporary file "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\BAT00000514441888.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\BAT00000514441888.bat"""
Creating temporary file "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\TMP00000614441888.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\zip2jpg.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\zip2jpg.exe.embed.manifest.res" "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\TMP00000614441888.tmp""
Creating temporary file "c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000714441888.rsp" with contents
[
/OUT:"C:\Users\Ben\Desktop\Programming\C++\zip2jpg\Debug\zip2jpg.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\zip2jpg.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Users\Ben\Desktop\Programming\C++\zip2jpg\Debug\zip2jpg.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT /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\main.obj"

".\Debug\zip2jpg.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\RSP00000714441888.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
main.cpp
c:\users\ben\desktop\programming\c++\zip2jpg\zip2jpg\main.cpp(41) : 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:\users\ben\desktop\programming\c++\zip2jpg\zip2jpg\main.cpp(50) : 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:\users\ben\desktop\programming\c++\zip2jpg\zip2jpg\main.cpp(74) : 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:\users\ben\desktop\programming\c++\zip2jpg\zip2jpg\main.cpp(83) : 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'
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : C:\Users\Ben\Desktop\Programming\C++\zip2jpg\Debug\zip2jpg.exe not found or not built by the last incremental link; performing full link
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:\Users\Ben\Desktop\Programming\C++\zip2jpg\zip2jpg\Debug\BuildLog.htm"
zip2jpg - 0 error(s), 4 warning(s)