[fpc-pascal] Fastest way of drawing 2D graphs

2014-09-11 Thread Hunter1972
Hello, I am new in FPC and want to understand the correct(fastest) methods when drawing 2D graphics. The task is simple but extensive: to draw about 200 polylines with 5-20 points in each. I have made a test code in OnPaint event: ... type TSingleArray = array of single; TIntArray =

Re: [fpc-pascal] where to find documentation on fgl unit?

2014-09-11 Thread Dennis Poon
Michael Van Canneyt wrote: On Thu, 11 Sep 2014, Dennis Poon wrote: Michael Van Canneyt wrote: On Thu, 11 Sep 2014, Dennis Poon wrote: I googled and people said there isn't any. Anyone knows? That is because there really isn't any. It is on my todo list. Michael. _

Re: [fpc-pascal] cthread and cmem

2014-09-11 Thread Marco van de Voort
In our previous episode, Xiangrong Fang said: > which one should be the *first* unit to use? cthread or cmem? cmem. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] cthread and cmem

2014-09-11 Thread Xiangrong Fang
Hi All, which one should be the *first* unit to use? cthread or cmem? Thanks! Xiangrong ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] where to find documentation on fgl unit?

2014-09-11 Thread Michael Van Canneyt
On Thu, 11 Sep 2014, Dennis Poon wrote: Michael Van Canneyt wrote: On Thu, 11 Sep 2014, Dennis Poon wrote: I googled and people said there isn't any. Anyone knows? That is because there really isn't any. It is on my todo list. Michael. ___

Re: [fpc-pascal] where to find documentation on fgl unit?

2014-09-11 Thread Dennis Poon
Michael Van Canneyt wrote: On Thu, 11 Sep 2014, Dennis Poon wrote: I googled and people said there isn't any. Anyone knows? That is because there really isn't any. It is on my todo list. Michael. ___ Michael, Are you the original author of