Build Log
  

Build started: Project: EX15, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A29884016.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\VECTOR2.CPP"
]
Creating command line "cl.exe @"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A29884016.rsp" /nologo /errorReport:prompt"
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\TMP0000A39884016.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\EX15.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\EX15.exe.embed.manifest.res" "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\TMP0000A39884016.tmp""
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A49884016.rsp" with contents
[
/OUT:"D:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Debug\EX15.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\EX15.exe.intermediate.manifest" /DEBUG /PDB:"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\debug\EX15.pdb" /SUBSYSTEM:CONSOLE /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\VECTOR2.obj"

".\Debug\EX15.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A49884016.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A59884016.rsp" with contents
[
/out:".\debug\EX15.exe.embed.manifest" /notify_update /manifest

".\debug\EX15.exe.intermediate.manifest"
]
Creating command line "mt.exe @"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A59884016.rsp" /nologo"
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\BAT0000A69884016.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\debug\mt.dep"
]
Creating command line """d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\BAT0000A69884016.bat"""
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\TMP0000A79884016.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\Debug\\EX15.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\Debug\EX15.exe.embed.manifest.res" "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\TMP0000A79884016.tmp""
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A89884016.rsp" with contents
[
/OUT:"D:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Debug\EX15.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\EX15.exe.intermediate.manifest" /DEBUG /PDB:"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\debug\EX15.pdb" /SUBSYSTEM:CONSOLE /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\VECTOR2.obj"

".\Debug\EX15.exe.embed.manifest.res"
]
Creating command line "link.exe @"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\RSP0000A89884016.rsp" /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
VECTOR2.CPP
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(20) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(22) : see reference to class template instantiation 'Vector' being compiled
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(21) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(25) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(32) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(20) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(42) : see reference to class template instantiation 'Vector' being compiled
        with
        [
            T=int
        ]
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(21) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(20) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(43) : see reference to class template instantiation 'Vector' being compiled
        with
        [
            T=char *
        ]
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(21) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(25) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(26) : while compiling class template member function 'Vector::Vector(int) throw(VectorBadAlloc)'
        with
        [
            T=int
        ]
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(42) : see reference to class template instantiation 'Vector' being compiled
        with
        [
            T=int
        ]
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(32) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(33) : while compiling class template member function 'int &Vector::operator [](int) throw(VectorBadIndex)'
        with
        [
            T=int
        ]
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(25) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(26) : while compiling class template member function 'Vector::Vector(int) throw(VectorBadAlloc)'
        with
        [
            T=char *
        ]
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(43) : see reference to class template instantiation 'Vector' being compiled
        with
        [
            T=char *
        ]
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(32) : warning C4290: C++ exception specification ignored except to indicate a function is not __declspec(nothrow)
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\ex15\vector2.cpp(33) : while compiling class template member function 'char &Vector::operator [](int) throw(VectorBadIndex)'
        with
        [
            T=char *
        ]
Compiling manifest to resources...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\EX15\Debug\BuildLog.htm"
EX15 - 0 error(s), 12 warning(s)