I have done an Error Trapping routine.
This routine give me the error and the line where the error occurs:
?"Error: ";ERR
?"Line : ";ERRL
The problem is this: how I can find the line when I INCLUDE many files (WINAPI included) in my program?
This routine give me the error and the line where the error occurs:
?"Error: ";ERR
?"Line : ";ERRL
The problem is this: how I can find the line when I INCLUDE many files (WINAPI included) in my program?
Comment