Martin Liddle wrote:
The following test program demonstrates a problem with packed arrays of boolean defined in a separate unit. What I see is D reported as 0 followed by a segmentation fault. The program works correctly if all the declarations are in the main program.
The following patch should fix it. Thanks for the report. (martin3.pas)
Frank