Results 1 to 7 of 7

Thread: How can I play MP3's using WinAmp's Dlls

  1. #1

    Thread Starter
    Hyperactive Member Dasiths's Avatar
    Join Date
    Apr 2001
    Location
    Colombo, Sri Lanka
    Posts
    331

    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.

  2. #2
    Matthew Gates
    Guest
    Search http://www.planet-source-code.com for "Winamp".

  3. #3
    Megatron
    Guest
    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.

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  5. #5
    Megatron
    Guest
    Parksie, Dependancy Walker will help you retrieve the name of each function (At least it's a start).

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  7. #7
    Megatron
    Guest
    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
  •  



Click Here to Expand Forum to Full Width