There is no problem even if it shows such kind of error. You can even check in the disassembly window to verify whether all the files have been included. I wondered that this problem was not occuring, if i remove the underscore in the file name. If you have files named with underscore then the assembler producing this kind of error. I have no idea about this. --Krsel [ This message was edited by: krsel on 11-03-2004 09:30 ]
You get this because the tools only work with the old 8.3 filenames giving you a maximum of 8 letters for the file and 3 for the extension. Normally this will not cause a problem, but beware.. if you had a project of several files, all with the first 8 characters of the filename the same, you would get real problems eg. project_1.asm project_2.asm project_3.asm the tools would truncate the filenames and you would lose the number of each. hope this helps Simon