answersLogoWhite

0

What program opens dll files?

Updated: 10/3/2023
User Avatar

Wiki User

11y ago

Best Answer

It is not reccomended that you open a .dll file as these generally are system files vital for your computer and it's programs to work. NEVER MODIFY A DLL FILE as this can cause your system to become unstable and crash beyond repair

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

DLLs are used by almost any Windows software, and are "opened" by a service that the Windows operating system provides (a LoadLibrary or similar operation). During regular use, DLL files are not "opened" in a way similar to the opening of a Microsoft Word document, for example, since DLL files are not designed for viewing.

DLL files are binary files, and as such can be viewed with many tools designed for viewing arbitrary binary files. Tools with special knowledge about some aspects of DLLs include Windows software development tools such as Microsoft Visual Studio, or the popular Dependency Walker tool.

However, these tools can only reveal certain aspects of a given DLL file; aspects that are based on characteristics common to all DLLs. The "content" of a DLL cannot generally be viewed or edited.

Exceptions include resource DLLs, DLLs that do not contain executable code (or only a marginal portion), but mostly include text data. Resource DLLs are sometimes used to localize software (that is, to enable software to present itself in the user's local language). Resources embedded with a DLL can include text, artwork, and other aspects of the design of the graphical user interface. Within limits, these resources can be edited with specialized tools such as Microsoft Visual Studio.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What program opens dll files?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which program file opens DLL files?

If you understand DLL files as series of instructions to a computer that has a printer or other attached device to communicate effectively then any text reading or word processing program will open and then read DLL files


Where DLL files stores?

Dll files are stored every dude. Did a program say that a dll failed? or a dll has an error? or cant be found? go in the My Computer and go in your hard drive. programs and files. go to the broke down program. there is were the dll would MOST likely be. But i would download a pach for the program. eather that, re download and reinstall the program.


What can open dll files?

A DLL (dynamic link library) file is a file used by a specific application to communicate with devices inside or attached to the computer. DLL files aren't meant to be opened separately from the program they belong to. When you load the program the DLL file belongs to, that program will automatically load the DLL file if it needs it.


What is true program for DLL files?

C++ editor and a dll compiler, but I wouyld go with codeblocks because it has a built in dll compiler with the dll tags hope it helps :)


How can find the application that is using a dll file?

Most programs use .DLL files. The one you installed yourself is usually in the program's folder. Right click the dll and choose "Open file location" and look for a .exe file. If you want to know more about a specific dll you can open the dll in notepad, often you can read some of the letters and figuring out what program/game etc. It's for. For other .dll files you can search up on the name or location to find its origin. dll files should often be left alone.


Does adobe dreamweaver open dll files?

No. dll files are "Dynamic Link Libraries" and are used to store program code. They don't operate as stand alone programs but they are called by other programs.


What files on your computer does the program WinZip open?

Winzip opens files which are of the format .zip .


What is the example of DLL?

We all know that DLL is a short of Dynamic link library, which is a collection of subroutines stored on disk, and can be loaded into memory and executed when accessed by a running program. There are many dll files on the computer, for example, Iertutil.dll, wininet.dll, Vbrun300.dll, etc.


What program do you use to open dll files for Outlook Web Access?

well you cant read them so i do not know???????????????????????????????????????????????????????????????????????????????????????????????????????????????


If you search by date and delete the DLL files is there a chance that they could return later?

If the DLL's were created by a spyware program like vundo they would come back unless you remove the spyware.


How do you open dll?

You can open the .dll files by using the program that called ResHach and you can download it from the link : http://www.download.com/Resource-Hacker/3000-2352_4-10178588.html from CNET download.com


Why dll files are faster than exe files?

Because dll's aka dynamic link library, can excute many files at once.