> While you are looking at the C18 demo, be sure to read the > part about string > constants. > So far, I have not found anyone else the shares my feeling > that this is > strange... That was solved quite quickly, the error message at least gave a hint in the right direction. Another problem: The sequence #include #include gives an error because delays.h includes p18cxxx.h, which conflicts with p18f242.h! My solution is to fake that p18cxxx is already included: #include #define _P18CXXX_H /* otherwise p18cxxx will be included which conflicts with p18f242 :( */ #include Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische Informatica: www.voti.nl consultancy, development, PICmicro products -- http://www.piclist.com hint: PICList Posts must start with ONE topic: [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other [BUY]:,[AD]: ->Ads