Re: POSIX thread in cocoa project

2008-02-23 Thread A.M.
On Feb 23, 2008, at 11:17 AM, Luca Ciciriello wrote: Hi All. I've added to a cocoa project a .cpp file. In this file I've implemented a multithreading system using POSIX. Now, from my cocoa app's window I can use the functionality of the new added cpp file (using a .mm file as interface

POSIX thread in cocoa project

2008-02-23 Thread Luca Ciciriello
Hi All. I've added to a cocoa project a .cpp file. In this file I've implemented a multithreading system using POSIX. Now, from my cocoa app's window I can use the functionality of the new added cpp file (using a .mm file as interface). The problem is that I'm able to create a detached thread w