PDA

View Full Version : Using LF95 in the ED4W v4 IDE


Martin Upsdell
12-23-2003, 03:34 AM
With the standard output from LF95 and the standard setup in ED4W, ED4W thinks that there is an error on the LF95 information lines of the form

compiling mysub line:1234

The article in the FAQ forum gives a switch to suppress such information messages.
A better solution is to change the regular expression to find the line number in EDBuildSetup.
See FAQ. "How do I add error tracking support for my compiler?" http://www.getsoft.com/faq.html#V4Q144
I use the following line, which does not stop on the compiling line and also stops on linker errors, even if rather inelegantly displaying "cannot find file"

LF95 \:.+(line |LNK){:d+}(\:|,) (\: "{.#}"|{.#}.obj|"{.#}.exe)