I’m back. Still the total newbie to FPC (2.4.4), but now seeking some runtime error help. In attempting to run one of my old Turbo Pascal programs, I’m encountering a snag on FPC. I did not expect any issues with the tried-and-true code. Although a longtime user of TP, I have never fully utilized the tool offerings (monitoring, debugging, etc.). I’ve more or less slugged it out minus any peripheral assistance – the equivalent of the blind pig that eventually finds an acorn……
Over the years, I’ve often amazed myself in finding my way through the error maze. In the end I’m confident this is more a generic Pascal-programming issue than FPC. Never too old to learn the basics and the existing assist tools I guess. Anyway, here’s what I’m seeing:
Runtime error 201 at $0041662D (plus three other $ locations)
By appendix definition this has to do with something being outside of range, but I’m unsure of where to start looking. The dollar-sign location notation is unknown to me. Can anyone shine some additional light my way? Thank you.