Results 1 to 3 of 3

Thread: How to register a .DLL file?

  1. #1
    Join Date
    Apr 2009
    Posts
    56

    How to register a .DLL file?

    I am running windows xp on my system. I want to create dll (Dynamic Link Library)file which i can use or call on multiple applications. Does anyone know the procedure to register .DLL file in windows xp.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to register a .DLL file?

    1.Click the start button.
    2.Click run and press enter.
    3.Copy regsvr32 "C:\Windows\System32\filename.dll" into the run field and be sure to replace C:\Windows\System32\fileame.dll with the name and location of your dll file.
    regsvr32 "C:\Windows\System32\dllname.dll"
    4.Click the OK Button

  3. #3
    Join Date
    Jan 2009
    Posts
    318

    Re: How to register a .DLL file?

    On the Taskbar, select Start > Run. In the Open field, type "<path>\NameOfFile.exe" /REGSERVER, where <path> is the directory where the file is located on your computer and NameOfFile.exe is the name of the file. You will need to input specific information including the path and the file name and be sure to replace C:\Windows\System32\dllname.dll with the name and location of your dll file. For example:"C:\Program Files\MyAppLocation\MyApp.exe" /REGSERVER .Once the command is input into the Run field correctly, press Enter.

Similar Threads

  1. How to register ocx file in windows 7
    By Sydney_7 in forum Operating Systems
    Replies: 5
    Last Post: 29-09-2011, 02:35 AM
  2. Cannot register to NetTV
    By Rambha in forum Monitor & Video Cards
    Replies: 5
    Last Post: 17-08-2011, 07:08 PM
  3. Can't register QuickTime Pro
    By Emmeric in forum Windows Software
    Replies: 5
    Last Post: 18-04-2011, 07:36 PM
  4. Replies: 3
    Last Post: 22-12-2010, 12:58 AM
  5. How to register ASP.Net with iis
    By Zombi in forum Software Development
    Replies: 3
    Last Post: 08-08-2009, 11:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,002,845.81275 seconds with 17 queries