[Solved] Invalid Pointer Operation – Delphi XE
An Invalid Pointer exception is thrown by the memory manager when it tries to free invalid memory. There are three ways this can happen. The most common is because you’re trying to free an object that you’ve already freed. If you turn on FastMM’s FullDebugMode, it will detect this and point you directly to the … Read more