//flex table opened by JP

Click to See Complete Forum and Search --> : Creating a plugin for <Insert Program Here>


CompGeek01
11-04-2004, 09:09 PM
Can anyone's l337 Googling turn up anything on how plugins are developed? I'm really interested in this field and I have no idea how to get started.

C/C++ of course....not a big fan of VB.

The ultimate goal would be to create a simple plugin for AIM or iTunes, but I'll start anywhere. If it's not that simple...so be it, but I've see 3rd party plugins for LOTS of software.

fishybawb
11-05-2004, 04:48 AM
iTunes:

http://developer.apple.com/technotes/tn2002/tn2098.html

It depends on the application as to what language you can use to write the plugins - those with APIs like iTunes can be written in pretty much anything. I wrote a plugin for 3ds max a couple of years ago - that uses a scripting language called MAXscript.

CompGeek01
11-05-2004, 08:53 AM
Yeah, I've had the API for a while now, I'm trying to get the sample code they provide to work lol.

I'm going to try to look for more samples.