Regular Expressions to Match Compilation Errors

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Kevin Perese

Regular Expressions to Match Compilation Errors

Post 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
Scott U.

RE: Regular Expressions to Match Compilation Error

Post 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
Post Reply