How to install DLL files in my system

Sharky Forums


Results 1 to 2 of 2

Thread: How to install DLL files in my system

  1. #1
    Expensive Sushi
    Join Date
    Feb 2002
    Posts
    39

    Post How to install DLL files in my system

    Hello ,

    i want to know the method to install some .DLL files in my system "98, XP"

    dont tell me just copy the file into system root cuz i heard there is a dos command i must do

  2. #2
    Mako Shark dighn's Avatar
    Join Date
    Nov 2000
    Location
    Vancouver, BC Canada
    Posts
    3,171
    depends on what kind of DLL it is

    if it's plain-vinilla DLL (ie. dlls that only contain functions), just copying them is fine

    if they are automation DLLs. you need to register them. most automation DLLs are self-registering so just type "regsvr32 dll_name.dll"

    to manually register an automation dll you need to know some details about it and i dont know how to do that... most likely you will not have to.
    .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •