Stephen H Alsop wrote: > > Whenever I try to open my test project I get an initial error message > saying 'Error opening hex file' which then disappears - this may not be > relevant. Once you get it to correctly Compile/Assemble you will not get this error. > However, when I try to build or compile my test project I get a message box > saying > > Status: > file not found > > Command Line: > c:\projects\test.asm You need to assign the assembler to your project, note your command line would read in dos: C:\> c:\projects\test.asm Note that there is no mpasm command before it. One problem you will encounter is that when you attempt to assign an assembler the list looks blank. It's at the end of the list so scroll down. I've also discovered a bug, when I attempt to add a compiler the list get a blank inserted even if I abort the add. Everytime I look in the add/modify the list gets 1 line longer. I usually tidy it up by editing the ini file. -- Neil Cherry If you need to contact me via email please use this email address to respond: ncherry@worldnet.att.net