[fpc-pascal] WinCE multithreading

Zaher Dirkey parmaja at gmail.com
Mon Sep 12 21:27:14 CEST 2011


On Mon, Sep 12, 2011 at 9:08 PM, Fabio Luis Girardi
<fluisgirardi at gmail.com>wrote:

> Hi!
>
> I'm porting a multi-thread project to WinCE. Everything works fine,
> except when I put a Label (or any window control) on any form and link
> it with the data coming from any thread. My question is: What's the
> current state of the WinCE port with threads?
>
>
I have multi thread server on WINCE for SYNC my data from the other PC and
work fine, also i have example for WebServer work on WINCE also.

Some time my application hang when synchronize to log or access the gui, but
i sloved it by reduce info passed to the gui, or
do no pass any object that created by threads or other threads to the main
thread.

You can descript your problem to the FPC team when you have it.

Best Regard

Zaher Dirkey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20110912/641604e5/attachment.html>


More information about the fpc-pascal mailing list