Geronimo24
Programmer
Hello,
I am running an application that requires me to have a newer version of the riched32.dll than the one that is on my computer. The reason that I have to replace this dll manually is that my installer fails to replace this specific dll during the installation process.
So, I'm having trouble doing this. I can't delete or rename this older version that I need to get rid of. I've tried to unregister it by typing "regsvr32 /u <path to the dll>", but that won't work. All I get is this error message:
"C:\WINNT\system32\riched32.dll was loaded, but the DLLUnregisterServer entry point was not found. DLLUnregisterServer may not be exported, or a corrupt version of C:\WINNT\system32\riched32.dll may be in memory. Consider using PView to detect and remove it."
What is PView?
Anyone have any ideas.
Thanks for any help.
I am running an application that requires me to have a newer version of the riched32.dll than the one that is on my computer. The reason that I have to replace this dll manually is that my installer fails to replace this specific dll during the installation process.
So, I'm having trouble doing this. I can't delete or rename this older version that I need to get rid of. I've tried to unregister it by typing "regsvr32 /u <path to the dll>", but that won't work. All I get is this error message:
"C:\WINNT\system32\riched32.dll was loaded, but the DLLUnregisterServer entry point was not found. DLLUnregisterServer may not be exported, or a corrupt version of C:\WINNT\system32\riched32.dll may be in memory. Consider using PView to detect and remove it."
What is PView?
Anyone have any ideas.
Thanks for any help.