Build Log
  

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

Command Lines
  
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Test04\Debug\RSP0000B4988396.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 ".\PilhaLE.cpp"

".\Pilha.cpp"

".\main.cpp"
]
Creating command line "cl.exe @"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Test04\Debug\RSP0000B4988396.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
main.cpp
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(20) : error C2572: 'PilhaFactory::getPilha' : redefinition of default parameter : parameter 2
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(12) : see declaration of 'PilhaFactory::getPilha'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(24) : error C2352: 'PilhaFactory::makePilha' : illegal call of non-static member function
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(15) : see declaration of 'PilhaFactory::makePilha'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(28) : error C2352: 'PilhaFactory::makePilha' : illegal call of non-static member function
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(14) : see declaration of 'PilhaFactory::makePilha'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(38) : error C2601: 'PilhaFactory::makePilha' : local function definitions are illegal
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(34): this line contains a '{' which has not yet been matched
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\main.cpp(32) : fatal error C1075: end of file found before the left brace '{' at 'd:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test04\pilhafactory.h(38)' was matched
Pilha.cpp
PilhaLE.cpp
Generating Code...
Results
  
Build log was saved at "file://d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Test04\Debug\BuildLog.htm"
Test04 - 5 error(s), 0 warning(s)