A DLL is an executable library, and exists in "compiled form" (binary).
You cannot "edit" them.
You can use a "disassembler", which will give you a code in assembler, that you can edit. Often called "reverse-engineering" (and often forbidden by copyright)
However, if you are not proficient in assembler, don't even try!
.A DLL is used by programs which need the features or functions built into the DLL. Just like we humans use executable programs for the services they offer (spreadsheets to manage data, web browsers to surf the internet) an executable program uses DLL's for the services it offers. People do not interact with DLL's, programs do
You can download a free converter. One of them, which I recommend is called Format Factory Google IT
The Cygwin DLL can be downloaded directly from the Cygwin website. It can also be downloaded online through the websites DLL-Files, NoDevice, and DLL-DLL.
http://www.codeproject.com/KB/DLL/DLLModuleFileName.aspx
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 :)
If you have a DLL error, first check to see if you deleted the DLL files by checking the recycling bin. If you did, reinstall the program and the error will go away. You can run a virus scan to see if the error is being caused by malware, restore the system to undo any changes that have been made recently, and update your drivers. If these fixes do not help you may have to take the computer to an expert.
DLL = Dynamically Linked Library
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.
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.
You do not launch a DLL. It's used by something else and will start up when needed. Read up on DLL file.
Most likely, you don't need actually unpack dll files. Unlike exe files, dll files are not packed due to their nature: one copy of a dll can be accessed by a number of application. OTOH, a particular dll can be protected from viewing and reverse engineering. or if you want unpack dll really, most often all you need to do is copy and paste into proper folder
You can file dll file in C:\WINDOWS\system32.