How can I play MP3's using WinAmp's Dlls or how to load winamp's visualisation plugins.
Printable View
How can I play MP3's using WinAmp's Dlls or how to load winamp's visualisation plugins.
Search http://www.planet-source-code.com for "Winamp".
For starters, you could use Dependancy Walker to get the function names, then load them into your VB project by using the Declare Function statement.
How will Dependency Walker help with the functions? Don't you still need parameter documentation?
Parksie, Dependancy Walker will help you retrieve the name of each function (At least it's a start).
I know it gets the names ;) I was just commenting that it's useless without the docs ;) Anyway, in order to prevent this from being a useless post (:p) the Winamp SDK may help, because that should give information on how to MAKE plugins, so it'll indirectly help you to use them :)
I know it's not much, but it's a start. After you get the names you could use some tool (a hex editor or whatever, use your imagination ;)) to retrieve the other information.
Another method might be to use an API spy and spy on which API's your program uses from the file xyz.dll.