Hi,
I encountered a weird access violation at line "FColumnOrder := TIntList.Create;" in TMSGridDatta.pas. I have one livegrid on my form. This livegrid is binded to a table. The build is ok, when I run it, this AV error message shows up. I originally created that project in XE8, then I upgraded to 10 Seattle.
When I use C++ Builder compiler default stringgrid, I have no problem. I would like to use Livegrid, but this problem prevents me from using it. It is weird that if I create a new project with a livegrid in its form, I don't have any problem.
Is it a way to resolve this problem?
Thanks!
Gene.
Hi,
Can you try by turning off Runtime packages in the project options?
Kind Regards,
Pieter
That works!
I am wondering why a new project with all default settings works. I didn't turn off the runtime package.
Thanks!
When you use runtime packages, you need to make sure your EXE can find the TMS runtime package .BPL file, typically by putting it in the same folder where the .EXE is located.