------ Build started: Project: NeHe_OpenGL_Basecode, Configuration: Debug Win32 ------

Compiling with Intel(R) C++ 9.0 ...(Intel C++ Environment)
NeHeGL.cpp
.\NeHeGL.cpp(354): warning #186: pointless comparison of unsigned integer with zero
  			if ((wParam >= 0) && (wParam <= 255) )						// Is Key (wParam) In A Valid Range?
  			            ^

.\NeHeGL.cpp(2129): warning #186: pointless comparison of unsigned integer with zero
  			if ((wParam >= 0) && (wParam <= 255))						// Is Key (wParam) In A Valid Range?
  			            ^

Linking...(Intel C++ Environment)
xilink: executing 'link'

Build log was saved at "file://C:\Bombaci\Debug\BuildLog.htm"
NeHe_OpenGL_Basecode - 0 error(s), 2 warning(s)



---------------------- Done ----------------------

    Build: 1 succeeded, 0 failed, 0 skipped


