PDA

View Full Version : Developing a plugin


dt9164
2nd March 2002, 03:28
I want to create a plugin that will output the currently playing song to a file. I have made an exe that will do this, thanks to the little snipet of code from NSDN. But, I'm not familiar with creating winamp plug-ins, any one who can offer me a little guidance on creating plugins would be a great help.

saivert
6th March 2002, 12:43
You must first tell me what language you prefer to use when making such a plugin. Is it C/C++, Object Pascal (Delphi), Visual Basic, Assembler (not likely) and so on. Then we can talk!!

I can give you some hints though:


For making plugins in Delphi visit STND (http://www.stnd.de)
For making plugins in C/C++ visit NSDN - Writing plugins (http://www.winamp.com/nsdn/winamp2x/dev/plugins/)