Thanks Sven. Overall generics in Fpc are very much improved. So good work! Your work is much appreciated! <div><br></div><div>I also experienced some different problems with classes which implement generic interfaces where the compiler thinks that method aren't implement.<div>
<br></div><div>On my blog I have a page where I describe multicast events through delegates</div><div>source: <a href="http://www.codebot.org/delphi/?doc=9568">http://www.codebot.org/delphi/?doc=9568</a></div><div><br></div>
<div>TDelegateImpl<T> = class(TInterfacedObject, IDelegate<T>) </div><div><br></div><div>Fpc gives me some problems with the class above specifically. All the sources are on that page and they currently work with Delphi. I can probably boil the problem into a smaller test case.</div>
<div><br></div><div>If you want some help let me know what I can do.<br><br><div class="gmail_quote">On Fri, May 11, 2012 at 4:17 PM, Sven Barth <span dir="ltr"><<a href="mailto:pascaldragon@googlemail.com" target="_blank">pascaldragon@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 11.05.2012 20:10, Anthony Walter wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Okay with the latest trunk version I tried compiling my generic classes.<br>
It seems there is a problem with fpc generics in that you cannot use a<br>
generic as a type parameter. e.g type TDictionary<K,V> =<br>
class(TEnumerable<TPair<K,V>>) ...<br>
</blockquote>
<br></div>
Yes, this is a known problem and already on my todo list (like most other generic bugs...)<br>
<br>
Regards,<br>
Sven<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
fpc-devel maillist  -  <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-devel" target="_blank">http://lists.freepascal.org/<u></u>mailman/listinfo/fpc-devel</a><br>
</div></div></blockquote></div><br></div></div>