'Support' wrote:
Hello!
Can you help me to repeat this error in the test-application? Is it possible?
Your code uses a Tag (which is a NativeInt) as a pointer to a TObject (which is 64 bits Word in the Win64 binary).
That's what's wrong, I think.
But my problem is only reproducable if the object resides at an address that requires more than 63 bits and has the sign set.
By the way, my solution works, I implemented it in the appropriate places in AC and got rid of the problem.