Build Log

--------------------Configuration: kernel - Win32 Debug--------------------

Command Lines

Creating temporary file "C:\DOCUME~1\Mack\LOCALS~1\Temp\RSPA2.tmp" with contents [ /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/kernel.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "D:\ANTHONY\PROJECTS\STOCK TICKER\kernel\display_driver.cpp" ] Creating command line "cl.exe @C:\DOCUME~1\Mack\LOCALS~1\Temp\RSPA2.tmp" Creating temporary file "C:\DOCUME~1\Mack\LOCALS~1\Temp\RSPA3.tmp" with contents [ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/kernel.pdb" /debug /machine:I386 /out:"Debug/kernel.exe" /pdbtype:sept ".\Debug\display_driver.obj" ".\Debug\testmain.obj" ] Creating command line "link.exe @C:\DOCUME~1\Mack\LOCALS~1\Temp\RSPA3.tmp"

Output Window

Compiling... display_driver.cpp D:\ANTHONY\PROJECTS\STOCK TICKER\kernel\display_driver.cpp(169) : error C2556: 'bool __thiscall DisplayDriver::msgPump(long)' : overloaded function differs only by return type from 'void __thiscall DisplayDriver::msgPump(long)' d:\anthony\projects\stock ticker\kernel\display_driver.h(75) : see declaration of 'msgPump' D:\ANTHONY\PROJECTS\STOCK TICKER\kernel\display_driver.cpp(169) : error C2371: 'msgPump' : redefinition; different basic types d:\anthony\projects\stock ticker\kernel\display_driver.h(75) : see declaration of 'msgPump' D:\ANTHONY\PROJECTS\STOCK TICKER\kernel\display_driver.cpp(170) : error C2065: 'moreToDo' : undeclared identifier Error executing cl.exe.

Results

kernel.exe - 3 error(s), 0 warning(s)