Build Log
  

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

Command Lines
  
Creating temporary file "c:\djgpp\Demo12\Demo12\SysCore\Keyboard\Debug\RSP00002E39482940.rsp" with contents
[
/O2 /Oy /I "..\Include\\" /D "ARCH_X86" /X /FD /EHsc /MT /Zp1 /GS- /GR- /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W4 /c /TP .\kybrd.cpp
]
Creating command line "cl.exe @c:\djgpp\Demo12\Demo12\SysCore\Keyboard\Debug\RSP00002E39482940.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\djgpp\Demo12\Demo12\SysCore\Keyboard\Debug\RSP00002F39482940.rsp" with contents
[
/OUT:"C:\djgpp\Demo12\Demo12\SysCore\Debug\Keyboard.lib" .\Debug\kybrd.obj
]
Creating command line "lib.exe @c:\djgpp\Demo12\Demo12\SysCore\Keyboard\Debug\RSP00002F39482940.rsp /NOLOGO"
Output Window
  
Compiling...
kybrd.cpp
.\kybrd.cpp(260) : warning C4127: conditional expression is constant
.\kybrd.cpp(277) : warning C4127: conditional expression is constant
.\kybrd.cpp(485) : warning C4806: '|' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
.\kybrd.cpp(485) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
.\kybrd.cpp(486) : warning C4806: '|' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
.\kybrd.cpp(486) : warning C4806: '&' : unsafe operation: no value of type 'bool' promoted to type 'int' can equal the given constant
.\kybrd.cpp(645) : warning C4127: conditional expression is constant
Creating library...
Results
  
Build log was saved at "file://c:\djgpp\Demo12\Demo12\SysCore\Keyboard\Debug\BuildLog.htm"
Keyboard - 0 error(s), 7 warning(s)