Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Encoder\Release\RSP00000C13003480.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/Encode.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /TC ".\wave.c"

".\tables.c"

".\reservoir.c"

".\portableio.c"

".\main.c"

".\layer3.c"

".\l3subband.c"

".\l3psy.c"

".\l3mdct.c"

".\l3loop.c"

".\l3bitstream.c"

".\ieeefloat.c"

".\huffman.c"

".\formatBitstream.c"

".\fft.c"

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

".\release\bitstream.obj"

".\release\fft.obj"

".\release\formatBitstream.obj"

".\release\huffman.obj"

".\release\ieeefloat.obj"

".\release\l3bitstream.obj"

".\release\l3loop.obj"

".\release\l3mdct.obj"

".\release\l3psy.obj"

".\release\l3subband.obj"

".\release\layer3.obj"

".\release\main.obj"

".\release\portableio.obj"

".\release\reservoir.obj"

".\release\tables.obj"

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

".\release\Encode.exe.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Encoder\Release\RSP00000E13003480.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Encoder\Release\BAT00000F13003480.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\Encoder\Release\BAT00000F13003480.bat"""
Creating temporary file "c:\Documents and Settings\Fabien\My Documents\Visual Studio 2005\Projects\MP3Stego\Encoder\Release\RSP00001013003480.rsp" with contents
[
/o ".\Release/Encode.bsc"

".\release\fft.sbr"

".\release\formatBitstream.sbr"

".\release\huffman.sbr"

".\release\ieeefloat.sbr"

".\release\l3bitstream.sbr"

".\release\l3loop.sbr"

".\release\l3mdct.sbr"

".\release\l3psy.sbr"

".\release\l3subband.sbr"

".\release\layer3.sbr"

".\release\main.sbr"

".\release\portableio.sbr"

".\release\reservoir.sbr"

".\release\tables.sbr"

".\release\wave.sbr"

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

copy     Release\encode.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\Encoder\Release\BAT00001113003480.bat"""
Output Window
  
Compiling...
wave.c
.\wave.c(35) : 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.'
tables.c
reservoir.c
portableio.c
.\portableio.c(339) : 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.'
main.c
layer3.c
l3subband.c
l3psy.c
.\l3psy.c(99) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(100) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(122) : warning C4244: '=' : conversion from 'long' to 'float', possible loss of data
.\l3psy.c(128) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(138) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(141) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3psy.c(150) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3psy.c(151) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(170) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(230) : warning C4018: '<' : signed/unsigned mismatch
.\l3psy.c(233) : warning C4018: '<' : signed/unsigned mismatch
.\l3psy.c(252) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(323) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(342) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(367) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(413) : warning C4018: '<' : signed/unsigned mismatch
.\l3psy.c(443) : warning C4244: '+=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(446) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3psy.c(453) : warning C4018: '<' : signed/unsigned mismatch
.\l3psy.c(501) : 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.'
.\l3psy.c(512) : 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.'
.\l3psy.c(527) : 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.'
.\l3psy.c(570) : 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.'
.\l3psy.c(581) : 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.'
.\l3psy.c(595) : 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.'
.\l3psy.c(635) : 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.'
.\l3psy.c(645) : 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.'
.\l3psy.c(663) : 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.'
.\l3psy.c(678) : 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.'
.\l3psy.c(688) : 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.'
.\l3psy.c(706) : 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.'
l3mdct.c
l3loop.c
.\l3loop.c(475) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3loop.c(482) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3loop.c(484) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3loop.c(498) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3loop.c(500) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3loop.c(503) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3loop.c(505) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
.\l3loop.c(709) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(797) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(821) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(883) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(970) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(1057) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3loop.c(1068) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3loop.c(1081) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3loop.c(1092) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\l3loop.c(1113) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(1132) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(1203) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(1406) : warning C4018: '>' : signed/unsigned mismatch
.\l3loop.c(1470) : warning C4018: '>=' : signed/unsigned mismatch
.\l3loop.c(1478) : warning C4018: '>=' : signed/unsigned mismatch
.\l3loop.c(1512) : warning C4018: '>' : signed/unsigned mismatch
.\l3loop.c(1524) : warning C4018: '>=' : signed/unsigned mismatch
.\l3loop.c(1629) : warning C4018: '<' : signed/unsigned mismatch
.\l3loop.c(1652) : warning C4018: '<' : signed/unsigned mismatch
l3bitstream.c
ieeefloat.c
.\ieeefloat.c(175) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(176) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(177) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(178) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(303) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(304) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(305) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(306) : warning C4244: '=' : conversion from 'long' to 'char', possible loss of data
.\ieeefloat.c(307) : 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(401) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(402) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(403) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(404) : warning C4244: '=' : conversion from 'unsigned long' to 'char', possible loss of data
.\ieeefloat.c(405) : warning C4244: '=' : conversion from 'unsigned 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
huffman.c
formatBitstream.c
.\formatBitstream.c(133) : warning C4018: '<' : signed/unsigned mismatch
.\formatBitstream.c(171) : warning C4018: '<' : signed/unsigned mismatch
.\formatBitstream.c(189) : warning C4018: '<' : signed/unsigned mismatch
.\formatBitstream.c(235) : warning C4018: '>' : signed/unsigned mismatch
.\formatBitstream.c(475) : warning C4018: '<' : signed/unsigned mismatch
fft.c
.\fft.c(95) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(96) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(98) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(99) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(113) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(114) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(116) : warning C4305: '=' : truncation from 'double' to 'float'
.\fft.c(117) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(120) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(132) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(133) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(137) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
.\fft.c(140) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
bitstream.c
.\bitstream.c(137) : 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.'
.\bitstream.c(160) : 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.'
.\bitstream.c(207) : 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.'
.\bitstream.c(521) : 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\Encoder\Release\BuildLog.htm"
Encode - 0 error(s), 101 warning(s)