Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-16 Thread Stephane Carre
Hello Michael, In the current stable release (fpc 2.4.4) the unit tests for fpjsonrtti fail to compile because unit testcomps is missing. I believe this is the unit with the test classes used for the destreamer tests. Where can I find this unit ? Thanks for this ! Regards, Stephane Carre On

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-18 Thread Stephane Carre
Hello Michael, I have not received any e-mail with the testcomps unit. Can you please make sure you send it to me ? Thanks for your time ! Regards, Stephane Carre On 17/11/2011 09:16, michael.vancann...@wisa.be wrote: On Wed, 16 Nov 2011, Stephane Carre wrote: Hello Michael, In the current

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-18 Thread Stephane Carre
can adapt the missing pieces. Best regards, Stephane On 18/11/2011 13:17, Michael Van Canneyt wrote: It is attached. It is committed, but probably not where you expected it :-) Michael. On Fri, 18 Nov 2011, Stephane Carre wrote: Hello Michael, I have not received any e-mail with the

Re: [fpc-pascal] JSON - RTTI streaming.

2011-11-18 Thread Stephane Carre
modified testcomps.pp so that the tests fully compile with the stable fpc 2.4.4 version. It is attached here, I hope it helps. Thank you for this json library ! Best regards, Stephane On 18/11/2011 15:30, Stephane Carre wrote: Thank you Michael. I checked before in the fpc source 2.4.4 download