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 =
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.
_
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
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
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.
___
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