PDA

View Full Version : creating a plugin dll with delphi


lagmasteruk
3rd March 2002, 12:51
hi,

i was wondering how to go about creating a plugin for winamp just a general plugin.

does winamp call for dll functions, if so what are they?

cheers

Gourou
5th March 2002, 10:20
winamp doesnt exactly have dll functions, but it has something similar. Go to the developer section of this site and look at the plugins section, then look at General Plugins, if you want control over winamp, or Vis plugins, if you want to make graphics plugins. Find Frontend.h to get the listing of the supported API calls.

lagmasteruk
5th March 2002, 16:50
hi,

the reason why i posted here because winamp uses plugins (dll's)

and i was wondering exactly what the commands winamp sends to the dll so it functions properly.

the examples on the nsdn is c and c++ and i cant understand that

can anyone tell me the commands?

cheers

A Plugin Developer
5th March 2002, 16:54
Originally posted by lagmasteruk
hi,

the reason why i posted here because winamp uses plugins (dll's)

and i was wondering exactly what the commands winamp sends to the dll so it functions properly.

the examples on the nsdn is c and c++ and i cant understand that

can anyone tell me the commands?

cheers http://www.stnd.de :)