Bass.dll will not initialize

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
Tellyout
Posts: 2
Joined: 15 Aug 2023, 22:42

Bass.dll will not initialize

Post by Tellyout »

I have an exe that uses bass.dll and runs ok on a windows 10 PC. The exe and the bass.dll are both in the same folder. I copied the folder to my new Widows 11 PC and get the following message. "Could not initialize bass.dll. Make sure that bass.dll is in the same directory as the exe". Both PCs are 64 bit and the folder is on the desktop on both.

I found 7 different versions of bass.dll and the newest 5 all work on the Windows 10 PC but give the same initialization error message on the Win 11 PC. The two earlier versions give the error message: "The procedure entry point BASS_ChannelSlideAttribute could not be located in the dll".

Any suggestions would be appreciated.

advertisement
Tellyout
Posts: 2
Joined: 15 Aug 2023, 22:42

Re: Bass.dll will not initialize

Post by Tellyout »

Just FYI, I solved my problem. I needed to download MS Visual C++ Redistributable for Visual Studio. which is package f runtime components of Visual C++ libraries that are required by many applications built using Microsoft C and C++ tools.

Post Reply