How to create new thread??

After reading through the help viewer, I have problems understanding how to
make use of the API ThreadCreate().

Can anyone kindly share some sample codes?? Does subsequent thread inherit
the file descriptor from the main thread?

Your advice is mostly appreciated.

Thanks…

Have a look at the pthread_xxx set of function instead.

“John Woo” <yingleong@axs.com.sg> wrote in message
news:8oi2tj$afg$1@inn.qnx.com

After reading through the help viewer, I have problems understanding how
to
make use of the API ThreadCreate().

Can anyone kindly share some sample codes?? Does subsequent thread inherit
the file descriptor from the main thread?

Your advice is mostly appreciated.

Thanks…