I'm using the command line compiler of Turbo Pascal 7. I do not have the IDE.
I recall there is a method of running the compiler and having it tell you which line of code has a run-tme error. It is some kind of switch that tells the compiler the address of the error. It's something like:
but of course that's not it.
I've been searching the documentation for a couple of days now and have found nothing. This is something I used to use all the time so I'm certain it exists.
I recall there is a method of running the compiler and having it tell you which line of code has a run-tme error. It is some kind of switch that tells the compiler the address of the error. It's something like:
Code:
tpc source /H0000:0150
I've been searching the documentation for a couple of days now and have found nothing. This is something I used to use all the time so I'm certain it exists.