To Register Or Install Dynamic Link Library (DLL) Using regsvr32
The basic syntax of regsvr32 is:
regsvr32 [path_to_dll_file]
regsvr32 [path_to_dll_file]
- Open your Microsoft Windows Command Line As Administrator. To learn how to open Microsoft Windows Command Prompt, click
How To Launch Command Prompt
or
How To Launch Command Prompt In Windows 8 - Once the elevated Command Prompt is open ( Open As Administrator ), you can register the DLL. Go To dll file directory.Type CD "\Program Files (x86)\Common Files\Data Dynamics\ActiveReports Pro\" and press Enter.
- Type this in the Command Prompt:
C:\Windows\SysWOW64\regsvr32.exe arpro2.dll - Then you can see the successful output.
Notes
- Quotation Marks: Use double quotation marks (") around the path and filename if there are any spaces in the file path.
- Different between 64-bit than 32-bit: On a 64-bit Windows system, there are two versions of regsvr32.exe. The 64-bit version is located in C:\Windows\System32, and the 32-bit version is in C:\Windows\SysWOW64. You need to use the correct version of regsvr32 for the DLL you are trying to register.
<< back to Learn About Visual Basic Classic List 1
<< back to Study About Visual Basic Classic
Tidak ada komentar:
Posting Komentar