mainarticles   mainarticles
mainarticles
mainarticles   mainarticles
mainarticles
mainarticles

Home | Communications


How to Register DLL Modules

By: Robert Thomson
 

A DLL file can be registered on the operating system’s registry through a number of ways. The first way is done through self-registering. This process can be carried out by DLL files that are capable of storing themselves on the registry of the operating system. Once registered, these files can immediately be accessed by the applications that need them. Self-registering DLL files do not require human intervention and are the most common type of DLL modules.

Another way to register DLL files is done through a set of manual procedures. These include:

-Determine the exact location of your DLL file;
-Click on the Start Menu and select the Run option;
-In the Run dialog box, key in the word Regsvr32 followed by the path and filename of the DLL file enclosed in quotations before pressing the Enter key.

(example: Regsvr32 “C:WindowsSystem32YourFile.dll”)

After successfully registering the DLL module, the computer will show a message box informing you that the DLL file has been successfully registered.

The registration of these DLL files is very important. A DLL or Dynamic Link Library is one of the most frequently used components of a Windows operating system. This type of file contains a collection of functions that consist of shared data accessible to several applications. DLL files are relatively small in terms of file size. In most cases, they use only a minimal amount of RAM resources. This means once a program is loaded, it normally calls upon a number of DLL files that can be utilized not only by the said application but also by other programs.

In order for a DLL file to properly perform its embedded set of functions, it initially needs to be registered in the system. This is a process where the computer recognizes the DLL file and associates it with certain applications. This means it is very necessary for you to register a DLL as you would not be able to use its functions if it were excluded from the Windows System Registry.

Article Source: Main Articles

Kevin Clark writes on topics such as Register DLL , DOS Commands and Direct X for The Tech FAQ.

This article may be reproduced wholly or in part without written permission provided the byline, resource area, and any hyperlinks remain in order to give proper credit to the author.

Internet search engines and directory listings are imperative to your sites existence and success. Submit Your Website to the Searchen Networks directory and search engine to achieve authoritive inbound links.

Please Rate this Article

 

Click the XML Icon Above to Receive Communications Articles Via RSS!
mainarticles
Main Articles. All Rights Reserved. © 2005, 2006
Use of our service is protected by our Privacy Policy and Terms of Service.
mainarticles
 

Powered by Article Dashboard