mpvis.dll ''stuck''

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • TimeSurfer
    Forum Member
    • Dec 2007
    • 479

    mpvis.dll ''stuck''

    guy im trying to figure out how to call this dll in ams so that maybe i can use it to change the visualizations at runtime without having to restart the app.

    i used dllexp and got this

    DllCanUnloadNow 0x07437f1e 0x00007f1e 1 (0x1) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll Exported Function
    DllGetClassObject 0x07438a17 0x00008a17 2 (0x2) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll Exported Function
    DllMain 0x074389ce 0x000089ce 3 (0x3) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll Exported Function
    DllRegisterServer 0x07439910 0x00009910 4 (0x4) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll Exported Function
    DllUnregisterServer 0x07439924 0x00009924 5 (0x5) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll Exported Function
    IToleranceVis::backgroundColor 203 (0xcb) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll COM Property
    IToleranceVis::foregroundColor 200 (0xc8) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll COM Property
    IToleranceVis::GetProperty 201 (0xc9) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll COM Method
    IToleranceVis::SetProperty 202 (0xca) mpvis.dll C:\Program Files\Windows Media Player\mpvis.dll COM Method
    if anyone could tell me how to use this id be most thankful and interested.
    btw i noticed that a few of the functions were com =p
  • DaSoulRed
    Forum Member
    • Aug 2007
    • 407

    #2
    Compile the New Realse...

    Can u Make a apz

    If u compile the new realse, will be more easy.

    Comment

    • TimeSurfer
      Forum Member
      • Dec 2007
      • 479

      #3
      I can try man. its just a dll that comes with wmp10 i just used a program called dllexp which shows me a list of the functions and so on for the dll. its how to use it that im stumped on. but ill see what i can't do.

      Comment

      • Dermot
        Indigo Rose Customer
        • Apr 2004
        • 1791

        #4
        It seems to have a COM interface so you should be able to use it with Luacom instead of using dll calls.
        Dermot

        I am so out of here :yes

        Comment

        Working...
        X