Build Log
  

Rebuild started: Project: ProjetoOOExemplo, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000121762832.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MDd /Yu"stdafx.h" /Fp"Debug\ProjetoOOExemplo.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Zi /clr /TP /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.XML.dll"

.\Universidade.cpp

.\ProjetoOOExemplo.cpp

.\Professor.cpp

.\Principal.cpp

.\Pessoa.cpp

.\ListaUniversidades.cpp

.\ListaDisciplinas.cpp

.\ListaDepartamentos.cpp

.\ListaAlunos.cpp

.\Lista.cpp

.\ElUniversidade.cpp

.\Elemento.cpp

.\ElDisciplina.cpp

.\ElDepartamento.cpp

.\Disciplina.cpp

.\Departamento.cpp

.\Aluno.cpp
]
Creating command line "cl.exe @c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000121762832.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000221762832.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MDd /Yc"stdafx.h" /Fp"Debug\ProjetoOOExemplo.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Zi /clr /TP /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "c:\Windows\Microsoft.NET\Framework\v2.0.50727\System.XML.dll"

.\stdafx.cpp
]
Creating command line "cl.exe @c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000221762832.rsp /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_UNICODE" /d "UNICODE" /fo"Debug/app.res" .\app.rc"
Creating temporary file "c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000321762832.rsp" with contents
[
/OUT:"C:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\Debug\ProjetoOOExemplo.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\ProjetoOOExemplo.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /ASSEMBLYDEBUG /PDB:"C:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\Debug\ProjetoOOExemplo.pdb" /DYNAMICBASE /FIXED:No /NXCOMPAT /MACHINE:X86 ".\Debug\Aluno.obj"

".\Debug\Departamento.obj"

".\Debug\Disciplina.obj"

".\Debug\ElDepartamento.obj"

".\Debug\ElDisciplina.obj"

".\Debug\Elemento.obj"

".\Debug\ElUniversidade.obj"

".\Debug\Lista.obj"

".\Debug\ListaAlunos.obj"

".\Debug\ListaDepartamentos.obj"

".\Debug\ListaDisciplinas.obj"

".\Debug\ListaUniversidades.obj"

".\Debug\Pessoa.obj"

".\Debug\Principal.obj"

".\Debug\Professor.obj"

".\Debug\ProjetoOOExemplo.obj"

".\Debug\stdafx.obj"

".\Debug\Universidade.obj"

".\Debug\app.res"
]
Creating command line "link.exe @c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000321762832.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000421762832.rsp" with contents
[
/outputresource:"..\Debug\ProjetoOOExemplo.exe;#1" /manifest

.\Debug\ProjetoOOExemplo.exe.intermediate.manifest
]
Creating command line "mt.exe @c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\RSP00000421762832.rsp /nologo"
Creating temporary file "c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\BAT00000521762832.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\Debug\mt.dep
]
Creating command line "c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\BAT00000521762832.bat"
Output Window
  
Compiling...
stdafx.cpp
Compiling...
Universidade.cpp
.\Universidade.cpp(20) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
ProjetoOOExemplo.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
Professor.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
Principal.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
Pessoa.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
.\Pessoa.cpp(19) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
ListaUniversidades.cpp
.\ListaUniversidades.cpp(12) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
ListaDisciplinas.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
.\ListaDisciplinas.cpp(12) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
.\ListaDisciplinas.cpp(36) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
ListaDepartamentos.cpp
.\ListaDepartamentos.cpp(12) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
.\ListaDepartamentos.cpp(35) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
ListaAlunos.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
Lista.cpp
ElUniversidade.cpp
Elemento.cpp
ElDisciplina.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
ElDepartamento.cpp
Disciplina.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
.\Disciplina.cpp(11) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
.\Disciplina.cpp(31) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
Departamento.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
.\Departamento.cpp(29) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
Aluno.cpp
c:\users\fabiano\desktop\slides10\versao10c\projetoooexemplo\projetoooexemplo\Pessoa.h(25) : 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 2008\VC\include\string.h(74) : see declaration of 'strcpy'
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://c:\Users\Fabiano\Desktop\Slides10\Versao10C\ProjetoOOExemplo\ProjetoOOExemplo\Debug\BuildLog.htm"
ProjetoOOExemplo - 0 error(s), 20 warning(s)