Skype Mac API - Use AppleScript or 5 year old API?

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-06-06T05:37:10Z Indexed on 2010/06/06 5:42 UTC
Read the original article Hit count: 298

Filed under:
|
|

I have a x86_64 app that I would like to have optionally read Skype status messages. However, the 5 year old skype mac framework is 32-bit, and if there is a way to have that compile within a 64-bit app, I haven't found it.

My question is, basically, how should I go about doing this? I really only need to get and set the USERSTATUS AWAY/ONLINE string.

Using AppleScript, a "Should Skype allow this" dialog pops up... every time. This is highly inefficient and downright irritating.

Advice?

I'm considering writing a 32-bit CLI wrapper, but that seems like overkill.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa