BESEN.pas(19,24) Fatal: Internal error 200208151
PPS: If you want to get rid of the error building with Lazarus on the latest version, change line 160 to:
Code:
 {.$define caninline}
This removes the inlining (slowing down execution a bit) and lets you do a regular build with no exceptions.

- Jeremy