PDA

View Full Version : .dll files not working


94DOHCDELSOL
05-11-2006, 04:45 PM
I am trying to open a .dll file, and my computer won't let me. Does anybody know why? It is searching for a program to open it, but it can't find one.

TNathe
05-11-2006, 04:49 PM
ummm, why? You are unable to see anything in a .dll file. They contain pre-defined functions for windows and the system and other programs that are written to use them and are compiled by a program and you can NOT view them.

Right click on it, OPEN OTHER > NOTEPAD

94DOHCDELSOL
05-11-2006, 04:50 PM
What about installing them?

Brian
05-11-2006, 04:52 PM
Nothing to install, just drop them in the correct DIR.

TNathe
05-11-2006, 04:52 PM
What about installing them?

go to a CMD prompt, START>RUN>type "CMD"

Type regsvr32 "path/dllname"

its not installing them, its registering it so the system knows where its located.