The Python client library already has some support for threading. I doubt threading will ever be added to the current C client library. The code is too messy. There were plans to reimplement the C client with a cleaner design and thread support, but nobody is planning on actually coding it AFAIK.
So, I'd say that unless you add it yourself the chances of getting a thread-safe PicoGUI in C are very slim. If you aren't up to writing a new client library, it's probably best to just reorganize your code so that all PicoGUI API calls can be made from one thread. --Micah On Wed, Jul 23, 2003 at 09:48:49AM +0200, Marine Martin-Guillerez wrote: > > The C client library does not support threading. If you use picogui in a > > multithreaded program, you may only make PicoGUI API calls from one > > thread. > > > > On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote: > > > For displaying an image can we include the function for display this > image in a thread but it doesn't work. A thread call the function pgUpDate > and it doesn't return of this function pgUpDate. > > > Someone can help us ? > > > Thanks for your response. > > > Marine > > > > -- > > Only you can prevent creeping featurism! > > Can we expect to use the thread one day with PicoGUI ? > > Marine > > > > ------------------------------------------------------- > This SF.net email is sponsored by: VM Ware > With VMware you can run multiple operating systems on a single machine. > WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel -- Only you can prevent creeping featurism! ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
