How to install DLL files

Source: Internet
Author: User

Novice words first clear: (But now 32 people to tell the truth has to be eliminated, xp,2000 or anything has been eliminated early

X86 represents a 32-bit system x64 represents a 64-bit system


General installation methods for DLL controls:

First, if you run a software or compile a program when prompted missing, can't find a DLL and other similar tips, now Baidu Search, and then the DLL file download down
Second, copy the file directly into the system directory: 1, Windows 95/98/me system, copy the DLL to the C:\Windows\System directory. 2, Windows nt/2000 system, copy the DLL to the C:\WINNT\System32 directory. 3, Windows xp/win7 system, copy the DLL to the C:\Windows\System32 directory. 64-bit under SysWOW64
Third, open "start-run-input regsvr32 xxx.dll", enter to resolve.



Or do the following bat, if you do not have permission, first put Xxx.dll in the specified directory and then run bat

@echo Start registering copy xxx.dll%windir%\system32regsvr32%windir%\system32\xxx.dll/s@echo xxx.dll Registration Successful @pause@echo start registering copy Xxx.dll%windir%\syswow64regsvr32%windir%\syswow64\xxx.dll/s@echo Xxx.dll Registered Success @pause



How to install DLL files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.