I'm trying to use the library "NECIRrcv" used in the post
http://forum.arduino.cc/index.php/topic,8494.0.html
i followed the instructions , installed the library and just testing with the example provided with the library . I faced the error message blew :
Arduino: 1.5.4 (Windows NT (unknown)), Board: "Arduino Uno"
In file included from printcodes.pde:3:
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:4:24: error: WConstants.h: No such file or directory
In file included from printcodes.pde:3:
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:78: error: 'byte' does not name a type
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:79: error: 'byte' does not name a type
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:80: error: 'byte' does not name a type
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:81: error: 'byte' does not name a type
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:82: error: 'byte' does not name a type
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:83: error: 'byte' does not name a type
C:\Users\sam\Documents\Arduino\libraries\NECIRrcv/NECIRrcv.h:84: error: 'byte' does not name a type
** This report would have more information with**
** "Show verbose output during compilation"**
** enabled in File > Preferences.**
Any solutions of this problem ??
any other IR library available which is working properly ??
please help