Author Topic: bass_vgmstream.dll dependencies  (Read 626 times)

sveakul

  • Posts: 157
bass_vgmstream.dll dependencies
« on: 19 May '24 - 05:19 »
Can Ian or anyone say what dependency files listed at the site below are required for bass_vgmstream.dll to play vgmstream files in a bass-equipped player?
https://github.com/X-Hax/sadx-mod-loader/tree/master/extlib/bass

Chris

  • Posts: 2217
« Last Edit: 19 May '24 - 21:01 by Chris »

Ian @ un4seen

  • Administrator
  • Posts: 26095
Re: bass_vgmstream.dll dependencies
« Reply #2 on: 20 May '24 - 16:47 »
You can use Dependency Walker to check what DLLs a DLL/EXE depends on:

   www.dependencywalker.com

Note that won't show dynamically loaded DLLs, but it looks none are in the bass_vgmstream.dll case. You can also confirm if you have its dependencies by checking if BASS_PluginLoad can load it.