I need some big local tables, so I added at the start of the unit (64-bit version)
{$M 128000000,128000000}
The program compiles and run ok. Then, when I want to add a button, I got error message.
Then I can add this button, but I cannot add a method for it until I remove this $M:
"The component editor of class "TDefaultComponentEditor" has created the error: "Unable to find method. Please fix the error shown in the message window, which is normally below the source editor."
After a method is added I can add the $M again and then compile the program.
Is it a known bug or I have to report it on the bug tracker?