From: Alexei S. <ale...@gm...> - 2012-06-18 22:40:23
|
> > My main point here is (IMHO) linking to Cocoa or other Objective C > libraries is quite feasible Yes, I'm not sure why this is such a surprise since SheepShaver has been linking to Cocoa forever. For example we use SDLMain.m which is all Objective-C code and the built-in prefs editor on Mac OS X is built with Cocoa. And indeed for things like the 64-bit copy/paste support, the solution is to rewrite the clipboard code to use Cocoa APIs. Patches welcome. -Alexei |