Build Log
  

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

Command Lines
  
Creating temporary file "c:\djgpp\Demo15\SysCore\Keyboard\Debug\RSP00001B51684540.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\Demo15\SysCore\Keyboard\Debug\RSP00001B51684540.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\djgpp\Demo15\SysCore\Keyboard\Debug\RSP00001D51684540.rsp" with contents
[
/OUT:"C:\djgpp\Demo15\SysCore\Debug\Keyboard.lib" .\Debug\kybrd.obj
]
Creating command line "lib.exe @c:\djgpp\Demo15\SysCore\Keyboard\Debug\RSP00001D51684540.rsp /NOLOGO"
Output Window
  
Compiling...
kybrd.cpp
..\Include\ctype.h(39) : warning C4005: 'isascii' : macro redefinition
        ..\Include\ctype.h(28) : see previous definition of 'isascii'
.\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\Demo15\SysCore\Keyboard\Debug\BuildLog.htm"
Keyboard - 0 error(s), 8 warning(s)