Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dll replacement problem 1

Status
Not open for further replies.

lordhuh

Programmer
Apr 25, 2000
96
US
Hi i have a program that requires a newver version of a dll. i have the dll then company dosnt have a patch. but how would i replace it. it is in use by windows. on 9x this was no problem. just boot to dos replace and reboot. but nt dosnt have dos. and well of course it is formated ntfs so a win 9x boot disk dosnt work. any ideas? Karl Pietri
lordhuh.pota.to

 
nt will allow you to rename files that are in use. Rename the dll, then copy the new one into its old spot. Reboot. you should be good to go!
David Moore
dm7941@sbc.com
 
unfortunatly nt still says dll is in use. oh well ill just install office 2000 (the correct fix for this email program). Karl Pietri
lordhuh.pota.to

 
what is the .dll you are trying to replace? depending on the file, there may be other ways. . .
David Moore
dm7941@sbc.com
 
msvcrt.dll

aparently it comes with microsoft office 2000 i have the dll that will work with the program i am running i just cant get it in and i dont want to install office 2000. thanks for the help Karl Pietri
lordhuh.pota.to

 
msvcrt.dll. . .I just used the rename/replace from a command prompt with windows running and using that file. Here is the procedure i used:

I put the new msvcrt.dll in the root of c:

from the c:\ prompt

cd\winnt\system32
ren msvcrt.dll oldmsvcrt.dll
copy c:\msvcrt.dll c:\winnt\system32

If THAT does not work, let me know what video card you are running. . .msvcrt is commonly replaced by video card driver installations.

David Moore
dm7941@sbc.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top