Re: [fpc-devel] Status of Generic Functions

2012-05-19 Thread David Ballesteros
Thanks to both for the explanation. I see it now. And thanks Sven dfor the note about the ETA of the generic functions/methods. In the meantime I will see if I can do it in some other way. Best regards, David 2012/5/19 Sven Barth > On 19.05.2012 12:58, Kornel Kisielewicz wrote: > >> On Sat, M

Re: [fpc-devel] Status of Generic Functions

2012-05-19 Thread Sven Barth
On 19.05.2012 12:58, Kornel Kisielewicz wrote: On Sat, May 19, 2012 at 10:50 AM, David Ballesteros wrote: Hi, I'm trying to port a C/C++ SDK from an application to a Pascal Wrapper using FPC 2.7.1. from SVN. I have a templated fucntion on the C++ code that I will like to translate, I know Gen

Re: [fpc-devel] Status of Generic Functions

2012-05-19 Thread Kornel Kisielewicz
On Sat, May 19, 2012 at 10:50 AM, David Ballesteros wrote: > Hi, > > I'm trying to port a C/C++ SDK from an application to a Pascal Wrapper using > FPC 2.7.1. from SVN. > > I have a templated fucntion on the C++ code that I will like to translate, I > know Generic classes are more or less working

[fpc-devel] Status of Generic Functions

2012-05-19 Thread David Ballesteros
Hi, I'm trying to port a C/C++ SDK from an application to a Pascal Wrapper using FPC 2.7.1. from SVN. 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. To my surprise this two lines of code doesn't produce a