Page 1 of 1

Regular Expressions to Match Compilation Errors

Posted: Fri Oct 20, 2000 11:39 am
by Kevin Perese
When I put in the expressions necessary to match compilation errors from the Borland C/C++ compiler, I am still unable to jump to the line in which the error occurs from the Command Results window. Any ideas why this might not be working for me?

Thanks,
Kevin

RE: Regular Expressions to Match Compilation Error

Posted: Fri Oct 20, 2000 2:05 pm
by Scott U.
I assume that you are using BCC55. I just downloaded it today. I tried using the suggested regular expression for Borland C++ that was located in help, but it didn't work. I was able to get it to work by just modifying it a bit. Try this :

^\(Error\|Warning\) \(E\|W....\) \(.+\) \([0-9]+\):


Scott