Cocoa iTunes plugin?
Cocoa iTunes plugin?
- Subject: Cocoa iTunes plugin?
- From: Jonathan del Strother <email@hidden>
- Date: Mon, 22 Mar 2004 00:54:55 +0000
I'm trying to produce a Cocoa bundle for iTunes visualisations. I
naively thought I might be able to do so simply by having
extern OSStatus iTunesPluginMain(OSType message,PluginMessageInfo
*messageInfo,void *refCon);
in main.m (complete with the function implementation and so on).
However, that's not even getting called (let alone successfully
registering itself), so I must be missing something.
Is it even possible? Or do I have to have a Carbon interface to talk
to iTunes?
Thanks,
Jon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.