Pascal Viandier wrote:
I am currently converting many SUN Pascal programs to GPC (on Solaris for now). I must say, the operation goes pretty well for now (with the help of a Perl translation program I build progressively when I encounter syntax issues). In this context, the first time I ran my second translated program, I got the following runtime error:
run.shell: Value out of range (error #300 at 4692b)
Here comes my point:
- That is true, there was an error, but I had to browse the code a lot to
find it!
addr2line and run-gpc (you can search the archives for details).
Frank