Build Log
  

Build started: Project: Decode, Configuration: Release|Win32

Command Lines
  
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000613002832.rsp" with contents
[
/O2 /Ob1 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "BS_FORMAT=BINARY" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/Decode.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /TC ".\portableio.c"

".\musicout.c"

".\ieeefloat.c"

".\huffman.c"

".\decode.c"

".\common.c"
]
Creating command line "cl.exe @"c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000613002832.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000713002832.rsp" with contents
[
/OUT:".\Release/Decode.exe" /INCREMENTAL:NO /MANIFEST /MANIFESTFILE:".\Release\Decode.exe.intermediate.manifest" /PDB:".\Release/Decode.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib "..\..\stegolib\release\stegolib.lib" "..\..\zlib-1.1.4\release\gzlib.lib"

".\release\common.obj"

".\release\decode.obj"

".\release\huffman.obj"

".\release\ieeefloat.obj"

".\release\musicout.obj"

".\release\portableio.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000713002832.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000813002832.rsp" with contents
[
/outputresource:".\release\Decode.exe;#1" /manifest

".\release\Decode.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000813002832.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\BAT00000913002832.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\release\mt.dep"
]
Creating command line """c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\BAT00000913002832.bat"""
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000A13002832.rsp" with contents
[
/o ".\Release/Decode.bsc"

".\release\decode.sbr"

".\release\huffman.sbr"

".\release\ieeefloat.sbr"

".\release\musicout.sbr"

".\release\portableio.sbr"

".\release\common.sbr"
]
Creating command line "bscmake.exe @"c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\RSP00000A13002832.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\BAT00000B13002832.bat" with contents
[
@echo off

copy      Release\decode.exe      ..\

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Post-Build Event..."

exit 1

:VCEnd
]
Creating command line """c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\BAT00000B13002832.bat"""
Output Window
  
Compiling...
portableio.c
.\portableio.c(201) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
.\portableio.c(209) : warning C4554: '&' : check operator precedence for possible error; use parentheses to clarify precedence
musicout.c
.\musicout.c(211) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(638) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(642) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(647) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(663) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(665) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(667) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(673) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\musicout.c(674) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
ieeefloat.c
.\ieeefloat.c(180) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(181) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(182) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(183) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(308) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(309) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(310) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(311) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(312) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(313) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(314) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(315) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(406) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(407) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(408) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(409) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(410) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(411) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(412) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(413) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
huffman.c
.\huffman.c(65) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(74) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(87) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(116) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(118) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(160) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(169) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(178) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(200) : warning C4018: '<' : signed/unsigned mismatch
.\huffman.c(201) : warning C4996: 'fscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(249) : see declaration of 'fscanf'
        Message: 'This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\huffman.c(324) : warning C4018: '<' : signed/unsigned mismatch
.\huffman.c(330) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
.\huffman.c(331) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
decode.c
.\decode.c(428) : warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedence
.\decode.c(433) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
.\decode.c(434) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
.\decode.c(461) : warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedence
.\decode.c(463) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
.\decode.c(464) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
.\decode.c(467) : warning C4554: '<<' : check operator precedence for possible error; use parentheses to clarify precedence
.\decode.c(564) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\decode.c(1116) : warning C4018: '<' : signed/unsigned mismatch
.\decode.c(1261) : warning C4018: '<' : signed/unsigned mismatch
.\decode.c(1290) : warning C4013: 'rewindNbits' undefined; assuming extern returning int
.\decode.c(1927) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
common.c
.\common.c(176) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(190) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(191) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(226) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(245) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(248) : warning C4996: 'sscanf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(311) : see declaration of 'sscanf'
        Message: 'This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(570) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(840) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(863) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(910) : warning C4996: 'fopen' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(234) : see declaration of 'fopen'
        Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(1338) : warning C4996: 'strcpy' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(1339) : warning C4996: 'strncpy' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(156) : see declaration of 'strncpy'
        Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(1340) : warning C4996: 'strcat' was declared deprecated
        Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\common.c(1381) : warning C4018: '<' : signed/unsigned mismatch
Generating Code...
Linking...
Embedding manifest...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
Performing Post-Build Event...
        1 file(s) copied.
Results
  
Build log was saved at "file://c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Decoder\Release\BuildLog.htm"
Decode - 0 error(s), 70 warning(s)