> > On 18 Apr 2010, at 9:56, manolo gouy wrote: > > > > I realize you may also have to add > > -framework AudioToolbox > > > > To sum up, you should have this in your link command(s): > > -framework Carbon -framework AudioToolbox -framework Cocoa > > There's a thing: do we actually use anything from framework Carbon > any more? If not, should we be removing it? >
The last few Carbon functions used are all listed at the beginning of file src/Fl_cocoa.mm. Some of them could be removed with some cocoa-coding efforts. However, my impression is that GetKeys (used in the keyboard demo) and GetEventParameter (used to implement character palette input) have no Cocoa substitute. So, I don't feel motivated to make these efforts since we would anyway be left with a few Carbon calls. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
