Sorry. Delphi 2009 was the first version that supports anonymous methods. It may be that not all options were available.
Disable support for anonymous methods in
gmConfig.inc and use normal methods:
Delphi-Quellcode:
[...]
{$IFDEF DELPHI2010_UP} //<- old: DELPHI2009_UP
{$DEFINE USE_ANONYMOUS_METHODS}
[...]
If I have something more time I will install Delphi 2009 and investigate the problem.