From: Mats B. <ma...@pr...> - 2002-01-03 08:07:19
|
Carbon porting QuickTimeTcl I'm attempting to make a Carbon port of QuickTimeTcl without a machine that can run MacOS X. I have MacOS 8.6, CarbonLib 1.4, Tcl/Tk 8.3.4, and CW 6.2. First I thought that it would be possible to run without a hook into the main App's event loop using Carbon timers to serv movies and grabber, but for a controller I need mouse events etc. which requires that I get Mac events from the main or window event loop. Anyway, I've fixed all compile errors from the QuickTimeTcl code, linking to CarbonLib instead of InterfaceLib, but obviosly there are some errors coming from Tcl/Tk 8.3.4. My question is, how to proceed? With Daniels 8.4.a? version or perhaps with the macosx branch? Best Wishes, Mats |