Re: [fpc-pascal] PDF generator

2016-03-05 Thread che fou
awesome , many thanks ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] ideU version 1.0.0.

2015-12-26 Thread che fou
mseide is much simpler than ideU , but maybe because i spent much time on it ;-) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC Pestering Peacock (3.0.0) release

2015-11-26 Thread che fou
cool news , hope to see winrt support next release ;) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Feature announcement: Generic functions, procedures and methods

2015-11-24 Thread che fou
cool news , this is absolutely a great feature . thanks but seems generic function can't be inline ! keep up the good work ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-13 Thread che fou
thanks , i reported already http://bugs.freepascal.org/view.php?id=28674 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-13 Thread che fou
Atm i don't know how to report , i'll try to figure out how to ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] got SIGSEGV with objfpc dialect

2015-09-11 Thread che fou
Hi the compiler ( fpc 3.1.1 ) crashs when compiling this . // {$mode objfpc} type generic pnode = object data : T; link : ^pnode; end; begin end. // with