Hi al, does anybody knows what this means? I have this problem when i try running my main program.
raised CONSTRAINT_ERROR : main.adb:16 access check failed
line 16 of main.adb calls a procedure called send
send(Data,Queue,status);
where Queue is a record type which consist of integer types and an array type.
Does it mean i have to initialise all of them first? i did initialise the integer types.