From: Mats B. <ma...@pr...> - 2001-07-13 16:38:36
|
You could test the GUSI which provides POSIX threads and sockets to MacOS. I don't know the quality nor performance of this stuff. The only address I found was: http://www.iis.ee.ethz.ch/~neeri/macintosh/gusi-qa.html Seems it is now hosted at SourceForge. Mats Bengtsson Bo Rasmusson wrote: > > My problem is that we are using threads and sockets in our application > which uses Tcl/Tk for the GUI and C++ for extension functionality. > On Windows and UNIX we use pthreads in the extension code, but since > threads are only supported on OSX on the Macintosh platform I do not > know a solution on how to build our application on Mac. My question is > therefor if anyone know of a "quick and dirty" method for me to build > our application on Macintosh with thread support while waiting for the > MacOSX version of Tk? > |