Threads and Phab

Hi all,

I want to make a Display Process with Phab. I draw my widget with Phab and I
want to start a Thread which wait message from other process to update the
display.

How can I do this ?

I just try to start a Thread in the file abmain.c (just for test) but when I
do so my application is open and automatically closed after (in my thread i
have only an infinite loop).


Jeff

Hi Jeff,

You can check out this link to the on-line docs it may give some insight
into doing threads with Photon

http://qdn.qnx.com/support/docs/photon_2.0_en/prog_guide/lengthy.html

Hope this helps
Regards
Brenda

Jeff Hoffmeyer wrote:

Hi all,

I want to make a Display Process with Phab. I draw my widget with Phab and I
want to start a Thread which wait message from other process to update the
display.

How can I do this ?

I just try to start a Thread in the file abmain.c (just for test) but when I
do so my application is open and automatically closed after (in my thread i
have only an infinite loop).


Jeff


\