Journal de génération
  

Générer démarrée : Projet : id3lib, Configuration : Release|Win32

Lignes de commande
  
Création du fichier temporaire "d:\eMule-project\eMule0.49c-Sources\id3lib\libprj\Release\RSP00001413073881312704.rsp" avec pour contenu
[
/O2 /Ob1 /I ".\\" /I "..\\" /I "..\include" /I "..\include\id3" /I "..\..\zlib" /D "NDEBUG" /D "WIN32" /D "_LIB" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "ID3LIB_LINKOPTION=1" /D "_VC80_UPGRADE=0x0600" /D "_MBCS" /GF /FD /EHsc /MT /Gy /Fp".\Release/id3lib.pch" /Fo".\Release/" /Fd".\Release/" /W3 /c /TP "..\src\c_wrapper.cpp"

"..\src\writers.cpp"

"..\src\utils.cpp"

"..\src\tag_render.cpp"

"..\src\tag_parse_v1.cpp"

"..\src\tag_parse_musicmatch.cpp"

"..\src\tag_parse_lyrics3.cpp"

"..\src\tag_parse.cpp"

"..\src\tag_impl.cpp"

"..\src\tag_find.cpp"

"..\src\tag_file.cpp"

"..\src\tag.cpp"

"..\src\spec.cpp"

"..\src\readers.cpp"

"..\src\mp3_parse.cpp"

"..\src\misc_support.cpp"

"..\src\io_helpers.cpp"

"..\src\io_decorators.cpp"

"..\src\io.cpp"

"..\src\helpers.cpp"

"..\src\header_tag.cpp"

"..\src\header_frame.cpp"

"..\src\header.cpp"

"..\src\globals.cpp"

"..\src\frame_render.cpp"

"..\src\frame_parse.cpp"

"..\src\frame_impl.cpp"

"..\src\frame.cpp"

"..\src\field_string_unicode.cpp"

"..\src\field_string_ascii.cpp"

"..\src\field_integer.cpp"

"..\src\field_binary.cpp"

"..\src\field.cpp"
]
Création de la ligne de commande "cl.exe @"d:\eMule-project\eMule0.49c-Sources\id3lib\libprj\Release\RSP00001413073881312704.rsp" /nologo /errorReport:prompt"
Création du fichier temporaire "d:\eMule-project\eMule0.49c-Sources\id3lib\libprj\Release\RSP00002013073881312704.rsp" avec pour contenu
[
/OUT:".\id3lib.lib" ".\Release\c_wrapper.obj"

".\Release\field.obj"

".\Release\field_binary.obj"

".\Release\field_integer.obj"

".\Release\field_string_ascii.obj"

".\Release\field_string_unicode.obj"

".\Release\frame.obj"

".\Release\frame_impl.obj"

".\Release\frame_parse.obj"

".\Release\frame_render.obj"

".\Release\globals.obj"

".\Release\header.obj"

".\Release\header_frame.obj"

".\Release\header_tag.obj"

".\Release\helpers.obj"

".\Release\io.obj"

".\Release\io_decorators.obj"

".\Release\io_helpers.obj"

".\Release\misc_support.obj"

".\Release\mp3_parse.obj"

".\Release\readers.obj"

".\Release\spec.obj"

".\Release\tag.obj"

".\Release\tag_file.obj"

".\Release\tag_find.obj"

".\Release\tag_impl.obj"

".\Release\tag_parse.obj"

".\Release\tag_parse_lyrics3.obj"

".\Release\tag_parse_musicmatch.obj"

".\Release\tag_parse_v1.obj"

".\Release\tag_render.obj"

".\Release\utils.obj"

".\Release\writers.obj"
]
Création de la ligne de commande "lib.exe @"d:\eMule-project\eMule0.49c-Sources\id3lib\libprj\Release\RSP00002013073881312704.rsp" /NOLOGO"
Fenêtre Sortie
  
Compilation en cours...
c_wrapper.cpp
writers.cpp
utils.cpp
tag_render.cpp
..\include\id3\io_strings.h(71) : warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem,_Traits,_Ax>::copy'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
..\include\id3\io_strings.h(141) : warning C4996: 'std::basic_string<_Elem>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=unsigned char
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem>::copy'
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
tag_parse_v1.cpp
..\include\id3\io_strings.h(71) : warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem,_Traits,_Ax>::copy'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
..\include\id3\io_strings.h(141) : warning C4996: 'std::basic_string<_Elem>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=unsigned char
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem>::copy'
        with
        [
            _Elem=unsigned char
        ]
..\src\tag_parse_v1.cpp(155) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'uchar', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
tag_parse_musicmatch.cpp
..\src\tag_parse_musicmatch.cpp(50) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2155) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2148) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
tag_parse_lyrics3.cpp
..\include\id3\io_strings.h(71) : warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem,_Traits,_Ax>::copy'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
..\include\id3\io_strings.h(141) : warning C4996: 'std::basic_string<_Elem>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=unsigned char
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem>::copy'
        with
        [
            _Elem=unsigned char
        ]
..\src\tag_parse_lyrics3.cpp(96) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
..\src\tag_parse_lyrics3.cpp(141) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(616) : warning C4996: 'std::_Traits_helper::move_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(631) : voir la déclaration de 'std::_Traits_helper::move_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1270) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::move_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1262) : lors de la compilation de la fonction membre '' de la classe 
tag_parse.cpp
..\include\id3\io_strings.h(71) : warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem,_Traits,_Ax>::copy'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
..\include\id3\io_strings.h(141) : warning C4996: 'std::basic_string<_Elem>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=unsigned char
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem>::copy'
        with
        [
            _Elem=unsigned char
        ]
..\src\tag_parse.cpp(97) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3\io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
tag_impl.cpp
..\include\id3\io_strings.h(71) : warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem,_Traits,_Ax>::copy'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
..\include\id3\io_strings.h(141) : warning C4996: 'std::basic_string<_Elem>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=unsigned char
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem>::copy'
        with
        [
            _Elem=unsigned char
        ]
..\src\tag_impl.cpp(44) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'char', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3\io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
tag_find.cpp
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2155) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2148) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3\io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
tag_file.cpp
..\include\id3\io_strings.h(71) : warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem,_Traits,_Ax>::copy'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
..\include\id3\io_strings.h(141) : warning C4996: 'std::basic_string<_Elem>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=unsigned char
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem>::copy'
        with
        [
            _Elem=unsigned char
        ]
..\src\tag_file.cpp(242) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : voir la déclaration de 'strcpy'
..\src\tag_file.cpp(243) : warning C4996: 'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(79) : voir la déclaration de 'strcat'
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3\io_strings.h(126) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
tag.cpp
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3\io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
spec.cpp
readers.cpp
mp3_parse.cpp
..\src\mp3_parse.cpp(503) : warning C4018: '>=' : incompatibilité signed/unsigned
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2155) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2148) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3\io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
misc_support.cpp
..\src\misc_support.cpp(511) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : voir la déclaration de 'sprintf'
..\src\misc_support.cpp(516) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : voir la déclaration de 'sprintf'
..\src\misc_support.cpp(867) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : voir la déclaration de 'sprintf'
io_helpers.cpp
..\src\io_helpers.cpp(40) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
..\src\io_helpers.cpp(114) : warning C4244: '=' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
..\src\io_helpers.cpp(120) : warning C4244: '=' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
..\src\io_helpers.cpp(252) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(616) : warning C4996: 'std::_Traits_helper::move_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(631) : voir la déclaration de 'std::_Traits_helper::move_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1270) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::move_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1262) : lors de la compilation de la fonction membre '' de la classe 
io_decorators.cpp
..\src\io_decorators.cpp(157) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
..\src\io_decorators.cpp(173) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
..\src\io_decorators.cpp(178) : warning C4244: '=' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
..\src\io_decorators.cpp(189) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'ID3_Reader::char_type', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(616) : warning C4996: 'std::_Traits_helper::move_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(631) : voir la déclaration de 'std::_Traits_helper::move_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1270) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::move_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1262) : lors de la compilation de la fonction membre '' de la classe 
io.cpp
helpers.cpp
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1076) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1064) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3\io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(616) : warning C4996: 'std::_Traits_helper::move_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(631) : voir la déclaration de 'std::_Traits_helper::move_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1270) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::move_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1262) : lors de la compilation de la fonction membre '' de la classe 
Génération de code en cours...
Compilation en cours...
header_tag.cpp
..\src\header_tag.cpp(113) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'uchar', perte possible de données
..\src\header_tag.cpp(114) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'uchar', perte possible de données
header_frame.cpp
..\src\header_frame.cpp(54) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : voir la déclaration de 'strcpy'
..\src\header_frame.cpp(55) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : voir la déclaration de 'strcpy'
..\src\header_frame.cpp(59) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : voir la déclaration de 'strcpy'
..\src\header_frame.cpp(60) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : voir la déclaration de 'strcpy'
..\src\header_frame.cpp(201) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : voir la déclaration de 'strcpy'
..\src\header_frame.cpp(202) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\string.h(74) : voir la déclaration de 'strcpy'
header.cpp
globals.cpp
frame_render.cpp
..\include\id3\io_strings.h(71) : warning C4996: 'std::basic_string<_Elem,_Traits,_Ax>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem,_Traits,_Ax>::copy'
        with
        [
            _Elem=char,
            _Traits=std::char_traits,
            _Ax=std::allocator
        ]
..\include\id3\io_strings.h(141) : warning C4996: 'std::basic_string<_Elem>::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        with
        [
            _Elem=unsigned char
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1709) : voir la déclaration de 'std::basic_string<_Elem>::copy'
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(985) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(970) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
frame_parse.cpp
..\src\frame_parse.cpp(152) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'char', perte possible de données
..\src\frame_parse.cpp(159) : warning C4244: 'initialisation' : conversion de 'ID3_Reader::int_type' en 'char', perte possible de données
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2155) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2148) : lors de la compilation de la fonction membre '' de la classe 
        ..\include\id3/io_decorators.h(192) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
frame_impl.cpp
frame.cpp
field_string_unicode.cpp
field_string_ascii.cpp
field_integer.cpp
field_binary.cpp
..\src\field_binary.cpp(144) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : voir la déclaration de 'fopen'
..\src\field_binary.cpp(183) : 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\Microsoft Visual Studio 9.0\VC\include\stdio.h(237) : voir la déclaration de 'fopen'
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1057) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1046) : lors de la compilation de la fonction membre '' de la classe 
        d:\emule-project\emule0.49c-sources\id3lib\src\field_impl.h(129) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(616) : warning C4996: 'std::_Traits_helper::move_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(631) : voir la déclaration de 'std::_Traits_helper::move_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1270) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::move_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1262) : lors de la compilation de la fonction membre '' de la classe 
field.cpp
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(616) : warning C4996: 'std::_Traits_helper::move_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(631) : voir la déclaration de 'std::_Traits_helper::move_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1270) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::move_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(1262) : lors de la compilation de la fonction membre '' de la classe 
        d:\emule-project\emule0.49c-sources\id3lib\src\field_impl.h(129) : voir la référence à l'instanciation de la classe modèle 'std::basic_string<_Elem>' en cours de compilation
        with
        [
            _Elem=unsigned char
        ]
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\iosfwd(604) : voir la déclaration de 'std::_Traits_helper::copy_s'
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2155) : voir la référence à l'instanciation de la fonction modèle 'std::char_traits::char_type *std::_Traits_helper::copy_s<_Traits>(std::char_traits::char_type *,size_t,const std::char_traits::char_type *,size_t)' en cours de compilation
        with
        [
            _Traits=std::char_traits
        ]
        c:\Program Files\Microsoft Visual Studio 9.0\VC\include\xstring(2148) : lors de la compilation de la fonction membre '' de la classe 
Génération de code en cours...
Bibliothèque en cours de création...
Résultats
  
Le journal de génération a été enregistré à l'emplacement "file://d:\eMule-project\eMule0.49c-Sources\id3lib\libprj\Release\BuildLog.htm"
id3lib - 0 erreur(s), 69 avertissement(s)