On Sat, Feb 22, 2014 at 4:49 PM, Paul Taylor <[email protected]> wrote:
> On 22/02/2014 20:43, Eirik Bakke wrote: > >> JNA might be a simpler way to call native functions: >> https://github.com/twall/jna >> >> ... > > > I think JNA or its own is Wndows only isnt it, but there is something > called rococoa. > To be honest I was hoping someone else had encountered this particular > problem with AppNap and had something to share. > > Paul > JNA works on Windows, OS X, Linux, and more. However, it is based on C interfaces and calling conventions. Rococoa ( https://code.google.com/p/rococoa/) implements a similar thing for interacting with Objective-C interfaces. Scott
