teamQPM / qpm

Project manager for software applications developed with Harbour & xHarbour compilers, it's contributions (especialy graphic support libraries such as MiniGUI, Extended MiniGUI and OOHG) and BCC, MinGW and Pelles C/C++ compilers.
GNU General Public License v3.0
3 stars 6 forks source link

Display the real RC line number were the compiler reports an error #15

Closed fyurisich closed 4 years ago

fyurisich commented 4 years ago

To found the real number of the offending line, implement a backwards search from the line whose number (x) was reported by the compiler until the line (i) were the original #include is located and then compute the real line number as (x - i).

fyurisich commented 4 years ago

Done. See 975d66fb11584202fc2c5cc850a57149a05a25f8