<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Am Di., 27. Nov. 2018, 15:08 hat Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> You did read the part about the generic and the specialization being located in two different units? ðŸ˜‰<br>
<br>
Oops. This still works so I guess it’s ok.<br>
<br>
program gc_ppu;<br>
uses<br>
  Â  Â  Â  gc_types_unit;<br>
<br>
var<br>
  Â  Â  Â  a: specialize TList<Integer,10>;<br>
begin<br>
  Â  Â  Â  a.dothis('hello');<br>
end.<br></blockquote></div><div dir="auto"><br></div><div dir="auto">Does it also work correctly if you change the constant and then recompile? The same if the specialization is inside another unit used by the program? </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>