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
Printable View
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
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.