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
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).
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).