I have an array which length is set dynamically, it all works fine the first time the program is loaded. But if a user changes the settings and it needs to be resized it just gives and access violation.
procedure TForm1.MakeSignalArray();
var
SignalArray : array of integer;
b, integer;
begin...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.