|
-
May 26th, 2001, 09:26 PM
#1
Thread Starter
Hyperactive Member
How can I play MP3's using WinAmp's Dlls
How can I play MP3's using WinAmp's Dlls or how to load winamp's visualisation plugins.
It is the mark of an instructed mind to rest satisfied with the degree of precision which the nature of the subject admits, and not to seek exactness when only an approximation of the truth is possible.
-Aristotle As quoted in Rapid Development, chapter 8, page 167.
-
May 26th, 2001, 10:58 PM
#2
-
May 27th, 2001, 11:04 AM
#3
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.
-
May 28th, 2001, 10:43 AM
#4
Monday Morning Lunatic
How will Dependency Walker help with the functions? Don't you still need parameter documentation?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 28th, 2001, 02:16 PM
#5
Parksie, Dependancy Walker will help you retrieve the name of each function (At least it's a start).
-
May 28th, 2001, 02:23 PM
#6
Monday Morning Lunatic
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 ( ) 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 refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
May 28th, 2001, 02:29 PM
#7
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|