Thanks. I know this. This is not my program. This is the tutorial comes with Pickit 1 from Microchip. I was testing the compiler installation. So the compiler is working properly. :) Xiaofan -----Original Message----- From: andrew kelley [mailto:leetslacker@gmail.com] Sent: Thursday, May 19, 2005 11:58 PM To: Microcontroller discussion list - Public. Subject: Re: [PIC] PICC Lite problem under Linux > Debounce.c: Debounce() > 115: COUNT = 20.; > ^ implicit conversion of float to integer (warning) 20. is not 20 decimal. it is 20 (float type). You are storing to an integer, so you lose accuracy. That is why you got a error. andrew -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist