At 19:09 19/08/99 -0400, you wrote: >>This is not very good if your syntax contains many errors at the last count >>Hi-tech had so many different error formats that it was almost impossible >>to use an off the shelf editor and customise the error filter to put the >>cursor on teh erred location, of course this situation may have changed. > >I don't even worry about that. It puts out line numbers, and those are >shown by the editor. Easy enough to not have to worry about error >formatting. Besides, I don't think PFE supports that feature, although >CodeRight does (the other editor used here). > >It is the ONLY way to do it if you have very complex link requirements, >which often is the case for me. > I don't agree with this one at all. The IDE offers full path and library searches for all object modules and you can format the exact location for each one. So please explain WHY it is the ONLY way to do it. Of course it can beconme very slow and arduious if there are several paths containing header files etc. This can become a nightmare to maintain over long periods with stuff being moved all over the place. If this is embedded into each file then the task becomes an order of magnitude larger, but still if the other method is used then the link files need to be modified and the user must be aware of the path for header stuff etc when creating and compiling. So I may have answered my own question but it is not the ONLY way, just one of several Dennis >