On Mon, 13 Mar 2006 22:59:39 -0000, "pic" wrote: >Hello, >I have a question about mplab and C18 compiler. When I change >the configuration bits in the "Configure" menu, I get the same >output (hex file) ? >Simon Does your program have configuration pragmas in it? If so, I'd suspect that the build process is overriding the MPLAB settings. I'd recommend using pragmas in the source code over counting on MPLAB settings anyway. Your code is then self-documenting and an unintended change in the MPLAB settings won't adversely affect your program. Regards, Bob -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist