Internal Error URW1111 on delphi 2010 compiler. Where is the problem?
Maybe http://qc.embarcadero.com/wc/qcmain.aspx?d=77575 is helpful. But a code sample would be nice.
When encountering internal errors, it is almost always a good idea to search the QC database. And if it is not listed yet, find the smalest possible sample that gives the error and file a bug report at QC.
I just have found a reported bug on QC. So I am waiting for normal generics support in the next delphi version. May be in 2012? :)
I have found a solution to pass through the bug. In my case I move the parametrized class from shared unit to unit where all of instantiations of that type occur.
I was getting the same internal error with Delphi 2010, and this page came up first in my Google results. To resolve it I removed the inline declaration from a function. Hope that helps others with this problem.
I had the same error using "inline" on a function that uses set variables from another classes.