> -----Original Message----- > From: piclist-bounces@mit.edu > [mailto:piclist-bounces@mit.edu] On Behalf Of Carl Denk > Sent: Sunday, November 19, 2006 8:28 PM > To: piclist@mit.edu > Subject: [PIC] - printf generates error with C18 student > version & Mplab > > just adding the following line to a simple C file > > printf( "Hello" \n\r ); Your newline and carriage return need to go inside the quotes printf ("hello\n\r"); --steve -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist