The new 862 compiler found me hell amount of errors. One type of frequent errors are my own errors:
*** Error 840: AddedCC_SIZE was ambiguously declared in more than one MODULE,
so cannot be used
Besides that new compiler found other my mistakes when i forgot additional arguments to Clearwin library functions like here
Call sound@(3000) or CALL CLOSEF@(HANDLE)
But i am confused with this type of errors, since i have non-AMD processor (or AMD means something else?) :
integer function PropertySheet1()
*** Error 1207: AMD backend failure:Internal error - instruction offset out of
range
*** Error 1207: AMD backend failure:Internal error - instruction offset out of
range
*** Error 1207: AMD backend failure:Internal error - instruction offset out of
range
*** Error 1207: AMD backend failure:Internal error - instruction offset out of
range
Are they related to the first type ?
Also this error is also confusing:
2797) use ParallelSpectra
*** Error 840: OIC_INFORMATION was ambiguously declared in more than one
MODULE, so cannot be used
*** Error 840: OIC_ERROR was ambiguously declared in more than one MODULE, so
cannot be used
*** Error 840: OIC_WARNING was ambiguously declared in more than one MODULE,
so cannot be used
What are OIC_INFORMATION, OIC_ERROR, OIC_WARNING ...? I have no such variables
/*** By the way, it's time to make all error messages like these above on one single line, currently they are rudimentally using CGA monitor 80-symbol length or even 1950th era perforated card 80-hole design 😃
/*** This thread is about debugger but my comments/questions are not about debugger because i can not reach the clean code state yet