subject: How to Register DLL [print this page] How to Register DLL How to Register DLL
DLL is also known as dynamic link library. It is a concept created and developed by Microsoft Corporation, which pertains to the shared library traits and features in Microsoft Windows and OS/2 operating systems. A number of the common file extensions applied for the concept include DLL, DRV and OCX. The formats applied for the shared library files are the new portable executable and executable formats. Similar to files in the Windows EXE, DLL files also include data, resources and code. You should register DLL to maximize its uses and benefits.
Registering DLL
You can register DLL in Microsoft Windows using self registering files. This is one of the fastest and easiest methods, since you do not have to manually do everything. Files that already come in DLL formats are immediately saved in your computer and can quickly be accessed whenever you need these. You also have to register the operating system during system startup, if you want to let it self-register DLL files. A request must be sent to run the executable feature as the administrator to accomplish this.
Manual registration can also be done in simple methods. Start by turning on your laptop or personal computer. Once the computer launches the operating system and has successfully loaded the system. Point to the start button with your mouse then right click and choose the Run option. You will be led to the command prompt, asking you to register your library. You have to enter the specific information of the program, the path and filename. Enter to start to registration procedure. You will find a pop up box on the screen immediately after successful registration. DLL file lists will also be presented as soon as these are part of your operating system.
More Details
Some of the other basic traits of the DLL include import libraries and memory management. DLL also include resolution, delayed loading time, symbolic binding and explicit runt time connection. The files that are present in the library include font files and icon libraries. Another way to manually register DLL is by starting the computer so you can launch the operating system. Copy the files you intend to register by making a shortcut to Regsvr32. This is usually find in [C:WINDOWSsystem32]. You will then start the command prompt using the instructions given above. Register the files by typing regsvr32 file.ax. Click OK afterwards.
More Tips
If you intend to replace an old DLL with a new one, you can break the compatibility of the old DLL with the new DLL. Set the Project Component or Properties to "No Compatibility". Change the project name in VB IDE then save everything with the project name. You will most likely use the same folder when replacing the old with the new. Position the new DLL in the folder at the website, then register with the use of register.asp. Another option to manually change your DLL is to keep the compatibility of the old and new DLL. Keep the default settings. You do not have to change the project name this time.