Build Log
  

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

Command Lines
  
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\RSP00000F17323992.rsp" with contents
[
/O2 /Ob1 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0600" /D "_WINDLL" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/Example_vc6.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /Gd /TP ".\Example.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\RSP00000F17323992.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\RSP00001017323992.rsp" with contents
[
/OUT:".\Release/Wav2Mp3.dll" /INCREMENTAL:NO /DLL /MANIFEST /MANIFESTFILE:".\Release\Wav2Mp3.dll.intermediate.manifest" /DEF:"lame.def" /PDB:".\Release/Example_vc6.pdb" /SUBSYSTEM:WINDOWS /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 ".\release\lame_enc.lib"

".\Release\Example.obj"
]
Creating command line "link.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\RSP00001017323992.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\RSP00001117323992.rsp" with contents
[
/outputresource:".\Release\Wav2Mp3.dll;#2" /manifest

".\Release\Wav2Mp3.dll.intermediate.manifest"
]
Creating command line "mt.exe @"c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\RSP00001117323992.rsp" /nologo"
Creating temporary file "c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\BAT00001217323992.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep"
]
Creating command line """c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\BAT00001217323992.bat"""
Output Window
  
Compiling...
Example.cpp
.\Example.cpp(59) : 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.'
.\Example.cpp(63) : 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.'
Linking...
   Creating library .\Release/Wav2Mp3.lib and object .\Release/Wav2Mp3.exp
Wav2Mp3.exp : warning LNK4070: /OUT:CONVERT.dll directive in .EXP differs from output filename '.\Release/Wav2Mp3.dll'; ignoring directive
Embedding manifest...
Results
  
Build log was saved at "file://c:\Documents and Settings\Gustavo LaFava\Desktop\WAV-MP3\MP3Converter\Dll\Release\BuildLog.htm"
Example - 0 error(s), 3 warning(s)