Hi all,
I was specifically searching the forum for 'invalid memory access' because my code is suffering from this error.
Strangly the error appears sporadically 1 out of 10 times ???
Just tried that simple example on Windows 10 64bit
Code: Select all
Procedure test()
Static Dim t1.i(10, 10)
Static Dim t2.i(10)
EndProcedure
test()
compiling 32bit = OK
compiling 64bit = invalid memory access
As you can see here
https://drive.google.com/open?id=1V4pnv ... gVc-5g_FSf
the error occures at the first line ??
So I guess the 64b comiler still has a bug.