i'm trying to register this InfoZip dll and was getting this error message,
"DllRegisterServer was not found" what do i do?
Printable View
i'm trying to register this InfoZip dll and was getting this error message,
"DllRegisterServer was not found" what do i do?
looks like your regsvr32 file is missing from the paths list. make sure u're paths list contain a link to your system folder. just hope its not missing from your system.
modpluz,
What the problem really is:
The dll you are attempting to register is not a self registering dll. It does not have that entrypoint. The dll does not need to be registered. I believe the message you got was that the DllRegisterServer entry point could not be found.
yes, thats the error i got.
then how am i to use or refrence it?Quote:
Originally Posted by randem
the dll i'm trying to register is the InfoZip dll, hasn't anyone been using it?
You have to put a declare statement for the dll. You need to know what the parameters are. You dont need to register the dll.
Google is your friend! :)
http://datacompression.info/InfoZip.shtml