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
Regular Expressions to Match Compilation Errors
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
RE: Regular Expressions to Match Compilation Error
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
^\(Error\|Warning\) \(E\|W....\) \(.+\) \([0-9]+\):
Scott