Unable to find the function dllregisterserver

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

I am really not sure whether this is the correct newsgroup for this topic
but here it goes..
I had a library that was not working, after a while I got it worked out ....
I was missing msvcp60.dll from the systems directory. So I copied it in
there and everything was fine until I restarted the machine, then I get
"Unable to find the function dllregisterserver in the file
c:\windows\systems\msvcp60.dll" but everything continues to work. I haven't
attempted to register the library, I just copied it into the directory. It
solved the problem for my application, but when I reboot the machine the
first time after the installation I get this message.

Is it possible that regsvr32 must be getting run automatically when the
machine restarts?

Any help would be appreciated.
 
It (regsvr32) does actually. You might try to put it in C:\WINNT]\system32 instead of system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top