NetworkTutorials.info Forum Index NetworkTutorials.info
IT Forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Registering .dll in Microsoft Windows.

 
Post new topic   Reply to topic    NetworkTutorials.info Forum Index -> Windows 2000 Professional
View previous topic :: View next topic  
Author Message
netrider



Joined: 17 Nov 2007
Posts: 7

PostPosted: Tue Nov 20, 2007 6:09 am    Post subject: Registering .dll in Microsoft Windows. Reply with quote

hi to all,

Why do we register a dll in Microsoft Windows?
any help in this issue.

Thanks
With Regards.
netrider
Back to top
View user's profile Send private message
genius_man



Joined: 26 Oct 2007
Posts: 25

PostPosted: Wed Dec 12, 2007 8:10 am    Post subject: Registering .dll in windows Reply with quote

The second method used to register DLL files on your computer is via manual registration. Manually registering a DLL file is quite simple and can be done in only a few steps.

1. The first step is turn on your computer, launching your Window's operating system.
2. Once your Window's operating system has loaded completely, click on Start and then click on Run.
3. In the third step, you will input in the Run field a command that tells your computer to register the DLL file. You will need to input specific information including the path and the file name. The following is a template for the command: regsvr32 "\FileName.dll"
It is important to note that path is the actually location or directory of where the file is located. Filename is obviously the name of the DLL file you will be registering. Below is a sample command: Regsvr32 "C:\Windows\System32\example.dll"
4. Once the command is input into the Run field correctly, press Enter.
5. Once the DLL has been registered, you should receive a confirmation in the form of a pop up box. This message will list your newly registered DLL file and confirm that is was successfully registered into the registry.
Back to top
View user's profile Send private message
BrotherBill



Joined: 13 Jun 2009
Posts: 28
Location: KCMO - USA

PostPosted: Tue May 11, 2010 2:59 am    Post subject: Reply with quote

A DLL file is a small library file of various functions used by the operating system. Registering these files within the OS provides a means for dependant applications to locate and load the files.
_________________
"Success is the small voice you hear within,
when you know you have done your best."

"One Man's Opinion"
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NetworkTutorials.info Forum Index -> Windows 2000 Professional All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group