Build Log
  

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

Command Lines
  
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000218522988.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\writer.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\writer.cpp"
]
Creating command line "cl.exe @"d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000218522988.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000418522988.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp"Debug\writer.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\stdafx.cpp"
]
Creating command line "cl.exe @"d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000418522988.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\TMP00000518522988.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\writer.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\writer.exe.embed.manifest.res" "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\TMP00000518522988.tmp""
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000718522988.rsp" with contents
[
/OUT:"D:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\Debug\writer.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\writer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"D:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\Debug\writer.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\stdafx.obj"

".\Debug\writer.obj"

".\Debug\writer.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000718522988.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000A18522988.rsp" with contents
[
/out:".\Debug\writer.exe.embed.manifest" /notify_update /manifest

".\Debug\writer.exe.intermediate.manifest"
]
Creating command line "mt.exe @"d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00000A18522988.rsp" /nologo"
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\BAT00000B18522988.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\BAT00000B18522988.bat"""
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\TMP00000E18522988.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\writer.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\writer.exe.embed.manifest.res" "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\TMP00000E18522988.tmp""
Creating temporary file "d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00001018522988.rsp" with contents
[
/OUT:"D:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\Debug\writer.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\writer.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\Debug\writer.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\stdafx.obj"

".\Debug\writer.obj"

".\Debug\writer.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\RSP00001018522988.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
writer.cpp
d:\my documents\bsc cs\semester 4\operating systems\os09b\ex03\writer\writer.cpp(157) : warning C4996: 'wscanf': This function or variable may be unsafe. Consider using wscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        d:\program files\microsoft visual studio 9.0\vc\include\stdio.h(585) : see declaration of 'wscanf'
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
LINK : D:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\Debug\writer.exe not found or not built by the last incremental link; performing full link
Embedding manifest...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.
Results
  
Build log was saved at "file://d:\My Documents\BSc CS\Semester 4\Operating Systems\os09b\ex03\writer\Debug\BuildLog.htm"
writer - 0 error(s), 1 warning(s)