I've wrote some code that apparently, sometimes delphi likes it, other times it doesn't, the worst thing about it is...

I've wrote some code that apparently, sometimes delphi likes it, other times it doesn't, the worst thing about it is that the friggin' IDE and/or compiler doesn't want to do anything more until I restart the IDE, the error is:

[DCC FATAL Fatal Error] XXX.dpr(YY): F2084 Internal Error: O616

Delphi version 2010

Where I believe the issue lies is within a generic class that accepts as callback a "Class Of", the reason I say this, is because before creating it, there was no issue, thoughts?

Comments