Hi,<br><br>I'm trying to port a C/C++ SDK from an application to a Pascal Wrapper using FPC 2.7.1. from SVN.<br><br>I have a templated fucntion on the C++ code that I will like to translate, I know Generic classes are more or less working on the FPC SVN.<br>
<br>To my surprise this two lines of code doesn't produce any compiling errors:<br><br>type <br>  generic test<M,N>  = procedure( m1 : M; n1 : N);<br>  generic test2<M,N> = function( m1 : M; n1 : N): Boolean;     <br>
<br>But how to write the implementation?<br><br>This means the FPC parser understand it but they will not compile?<br><br>Any help and extra information will be appreciated.<br>David<br>