Your reply is fine if I'm actually running mpasamwin.exe at a command line, but I'm looking at the results in the 'ouput' window of MPLAB which was frustratingly showing me the command it had just run which had produced all the errors. Running mpasmwin.exe on its own also allowed me to deselect case-sensitivity. It was just how to alter the mplab-generated command line that was eluding me, but which other correspondents have revealed. Cheers John -----Original Message----- From: olin_piclist@embedinc.com [mailto:olin_piclist@embedinc.com] Sent: 27 December 2004 18:30 To: Microcontroller discussion list - Public. Subject: Re: [PIC] Case sensitivity in MPLAB Midgley John wrote: > MPLAB IDE v7.00 seems to default to case-sensitive for symbol names, > which thows up loads of 'symbol not previously defined errors with my > old code - the .inc file has them all in SHOUTY UPPER CASE while my > code uses nice pascal-like lower case. > > The build window shows: > > Executing: "C:\Program Files\Microchip\MPASM Suite\MPAsmWin.exe" /q > /p16F84 "pulse.asm" /l"pulse.lst" /e"pulse.err" > > I think if I could find the right place, I could add /c to that commnd > line, but I've run out of places to look. Huh? What is there to "look for"? The /c- switch is well documented, all you have to do is use it. My build scripts always specify /c- /o+ before any other command line parameters and it works fine. I don't understand the problem. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist