Build Log
  

Rebuild started: Project: acwav, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP000001121561784.rsp" with contents
[
/Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fp".\Debug/acwav.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI /TP "..\arithmetic_codec.cpp"

".\acwav.cpp"
]
Creating command line "cl.exe @"c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP000001121561784.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\TMP000004121561784.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\acwav.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\acwav.exe.embed.manifest.res" "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\TMP000004121561784.tmp""
Creating temporary file "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP000007121561784.rsp" with contents
[
/OUT:"..\bin\acwav.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\acwav.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/acwav.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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\acwav.obj"

".\Debug\arithmetic_codec.obj"

".\Debug\acwav.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP000007121561784.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP00000C121561784.rsp" with contents
[
/out:".\Debug\acwav.exe.embed.manifest" /notify_update /manifest

".\Debug\acwav.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP00000C121561784.rsp" /nologo"
Creating temporary file "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\BAT00000F121561784.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Debug\mt.dep"
]
Creating command line """c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\BAT00000F121561784.bat"""
Creating temporary file "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\TMP000012121561784.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\acwav.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\acwav.exe.embed.manifest.res" "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\TMP000012121561784.tmp""
Creating temporary file "c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP000014121561784.rsp" with contents
[
/OUT:"..\bin\acwav.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:".\Debug\acwav.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:".\Debug/acwav.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /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\acwav.obj"

".\Debug\arithmetic_codec.obj"

".\Debug\acwav.exe.embed.manifest.res"
]
Creating command line "link.exe @"c:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\RSP000014121561784.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
acwav.cpp
c:\files\codecs\amir'sacandhf\software for students\arithmetic_coder\fastac\acwav\acwav.cpp(446) : 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 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\files\codecs\amir'sacandhf\software for students\arithmetic_coder\fastac\acwav\acwav.cpp(467) : 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 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\files\codecs\amir'sacandhf\software for students\arithmetic_coder\fastac\acwav\acwav.cpp(472) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(279) : see declaration of 'gets'
c:\files\codecs\amir'sacandhf\software for students\arithmetic_coder\fastac\acwav\acwav.cpp(476) : 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 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
arithmetic_codec.cpp
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 : ..\bin\acwav.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:\Files\codecs\Amir'sACandHF\Software for students\Arithmetic_Coder\FastAC\acwav\Debug\BuildLog.htm"
acwav - 0 error(s), 4 warning(s)