Friday, August 9, 2013

How Do I Replace DLL Files?


1. Locate and double-click the file you are trying to run. The DLL error should now appear, usually saying 'This application has failed to start because X.dll is missing' or some variation, where X is the name of the DLL. Write down the name of the DLL file that is being asked for, such as 'shell32.dll.'
2. Press 'Ok' to remove the error message and open your internet browser. Use a search engine such as Google to find a download site for the DLL file you have written down, or go to www.dll-files.com (see Resources) and enter your file in the search box. Follow the steps to download the file, which will be in a .zip format. You will need a Zip extractor file to open this file, such as WinRar which is a free program to use.
3. Locate the downloaded .zip file and right-click on it. On the menu, click 'Extract.' Extract the file onto your Desktop. You may delete the downloaded .zip file now to avoid confusion between the extracted .dll file and the .zip file.
4. Double-click the 'My Computer' icon on your Desktop or on your Start menu. Navigate to the Hard Drive where your Operating System is installed, usually the C drive. Double Click the Windows folder, and then the system32 folder. The address you should find yourself in is 'C:\WINDOWS\system32.'
5. Drag the DLL file from your desktop into the system32 folder. This folder is where all .dll's are usually located, making this your systems 'library.' Once done, restart your computer, then execute your program again.