|
-
Dec 3rd, 2005, 06:19 PM
#1
Thread Starter
Fanatic Member
Unable to Register Dll - Help Needed
i'm trying to register this InfoZip dll and was getting this error message,
"DllRegisterServer was not found" what do i do?
-
Dec 3rd, 2005, 11:59 PM
#2
Frenzied Member
Re: Unable to Register Dll - Help Needed
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.
-
Dec 4th, 2005, 01:29 AM
#3
Re: Unable to Register Dll - Help Needed
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.
-
Dec 4th, 2005, 03:15 AM
#4
Thread Starter
Fanatic Member
Re: Unable to Register Dll - Help Needed
 Originally Posted by randem
The dll you are attempting to register is not a self registering dll. It does not have that entrypoint.
then how am i to use or refrence it?
-
Dec 4th, 2005, 03:11 AM
#5
Thread Starter
Fanatic Member
Re: Unable to Register Dll - Help Needed
yes, thats the error i got.
-
Dec 4th, 2005, 03:18 AM
#6
Thread Starter
Fanatic Member
Re: Unable to Register Dll - Help Needed
the dll i'm trying to register is the InfoZip dll, hasn't anyone been using it?
-
Dec 4th, 2005, 03:40 AM
#7
Re: Unable to Register Dll - Help Needed
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.
-
Dec 4th, 2005, 03:45 AM
#8
Re: Unable to Register Dll - Help Needed
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|