|
-
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
-
Mako Shark
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
-
Forum Rules
|
|