answersLogoWhite

0

How do you open a dll file?

User Avatar

Wiki User

12y ago

Best Answer

A DLL is a library file that contains functions for other programs to use. In order for these functions to be run their code must have been compiled. Compiling is the process of taking source code in a language like C++ or Visual Basic which can be read by humans, and converting it into machine code that can be read by a computer processor. As such it is very hard to 'read' DLL files as the actual functional code is machine code. In order to read the source code you would have to attempt to reverse-engineer the machine code. Reverse compilation is touchy legal area which is usually very hard as the machine code may have been written in any high-level language, you would have to find out which one it was written in to have good shot of decompiling it. It would also likely be encoded

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you open a dll file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a dll file like when you open it?

i want to know what a .dll file looks like when u click on it. give me a pic plaease


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.


How do you remove a dll file that is open by other programs?

You have to close the other program first, because when a program has a file open, the system locks the file.


How do you read dll files?

You cannot really "read" it, since it is all basically a bunch of letters, numbers, and shapes. If you really want to, right click on the .DLL file, then choose the "Open with" option. Then look for notepad. When you find notepad, click it. That will then open the DLL file for you to view.


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.


How do you register a dll file in dos mode?

To register a file, type regsvr32 .dll. Or type regsvr32 \.dll, where is the path to the file, and is the name of the file.


How do you open 16-bit .dll files?

You can't. DLL file ( Dynamic Link Library ) can only be opened by an executable ( EXE ) or compiler.


Where can you find karasX2 dll?

You can find karasX2.dll file in Windows System32 file.


Where does a win32 application look for a dll?

You can file dll file in C:\WINDOWS\system32.


Will cleaning your computer fix your dll problem?

Yes and no. The dll file may be just misplaced, then yes. A defrag your hdd and that should fix it. If a dll file is corrupt, then no. You will have to find or repair the dll file yourself.


I've Installed Spore but everytime I try to open it it says d3dx9 27.dll was not found. Help?

If you've installed the game Spore, but everytime you try to open it you get an error that says d3dx9 27.dd, you will need to install the DLL file. This appears to be a common issue with the game and the DLL file is readily available online.


How do you launch a dll file?

You do not launch a DLL. It's used by something else and will start up when needed. Read up on DLL file.