Bass.Net.dll) Version: 2.4.17.5, trying to use bassmix,dll

Started by Charles Kiel,

Charles Kiel

I have a .net 7 project where I'm using Bass.Net.dll Version: 2.4.17.5
I'm trying to use bassmix.dll but on http://bass.radio42.com/help/html/25cad3f1-8846-1bf7-c327-9a740db82d09.htm it says 'Requires: bassmix.dll - Mixing and resample channels (MIX) Add-On - available @ www.un4seen.com.' But on the site, I only see 9 Aug 2022 BASSmix 2.4.12 released and I get the error {"An attempt was made to load a program with an incorrect format. (0x8007000B)"} when I try to use it. Am I stuck?

Ian @ un4seen

I believe that error usually indicates that a DLL and the EXE have different bitness, ie. one is 32-bit and the other is 64-bit. They need to match. You can set which is needed in your project's "Platform Target" setting, and then take the corresponding DLL from the BASSmix package (and do the same for any other DLLs too).