Communication between Cocoa and Carbon threads

2010-05-05 Thread Abhijeet Singh
Hi,I am new to Cocoa. Me and my team are working on an application for a scientific instrument. It is a Cocoa application in that user interface part is being developed using Cocoa. Now we have some lower level code that interacts with hardware and they are basically Carbon threads. Now our

Re: Communication between Cocoa and Carbon threads

2010-05-05 Thread Jens Alfke
On May 4, 2010, at 10:30 PM, Abhijeet Singh wrote: I have read in Mac OSX Technology overview that we can integrate Carbon with Cocoa application. So can anybody suggest what are the possible ways to send message from Cocoa thread to Carbon thread in an Cocoa Application. There’s really