Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!
SinsFeelNatural said:it is possible to replace them with the same dll from another computer. I used to do it all the time in the windows 95 days. but never had to do it in the last fews years.
if this is a work computer it is more than likely the same setup as many others at your work. just write down the name of the dll and then search for it on another comp with the same setup and copy the dll and what write down what directory it was in. then copy into the correct directory of the computer you are having trouble with.
XWRed1 said:dynamic link library is what dll stands for.
A dll is basically shared code. Any app can run code out of a dll, so common code that is shared between apps gets put into dlls to save space and because it only takes a dll update to effectively update that bit of code in the apps.
cack01 said:
So its kinda like a header file?? Only universal.
CrashOveride said:
ya pretty much... not sure about what you mean by universal though...
cack01 said:
I just meant that it could be used by other programs. But I guess header files are already like that.