English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I downloadeded bass.dll files to my computer it is currently sitting in a document folder and I need to know where to put this file so that I can open another file that won't open until the bass.dll file is properly installed.

2007-03-02 06:16:39 · 2 answers · asked by kelleynia 1 in Computers & Internet Other - Computers

2 answers

DLL are shared pieces of code used by any program that needs them. The system directy (probably C:\Windows\System32\) is where most shared Libraries and Controls are kept, your programs will always be able to find them there.

However, the Windows System folder is frankly VERY insecure. It's where viruses live. Programs will always look for a DLL or OCX file locally (in the same folder) first. Odd DLLs that are needed only by a specific program I always put in the same folder as the programs .EXE file. It is much safer that way.

You can usually find that program EXE folder in \Program Files\. I would put the DLL in there.

2007-03-02 06:28:09 · answer #1 · answered by Tim 6 · 0 0

It belongs in C:\Windows\System folder.

Make sure that you do not have another one in there already that is newer than the one you just downloaded (probably not since the other program is probably complaining about it missing).

I had to download this recently for the ability to convert my music projects to MP3 for the ION USB Turntable.

2007-03-02 06:21:29 · answer #2 · answered by SteveN 7 · 0 0

fedest.com, questions and answers