Results 1 to 8 of 8

Thread: Unable to Register Dll - Help Needed

Hybrid View

  1. #1

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    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?
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  2. #2
    Frenzied Member
    Join Date
    May 2003
    Location
    Sydney
    Posts
    1,123

    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.

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  4. #4

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Unable to Register Dll - Help Needed

    Quote 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?
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  5. #5

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Unable to Register Dll - Help Needed

    yes, thats the error i got.
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  6. #6

    Thread Starter
    Fanatic Member modpluz's Avatar
    Join Date
    Sep 2005
    Location
    Lag, NG
    Posts
    633

    Re: Unable to Register Dll - Help Needed

    the dll i'm trying to register is the InfoZip dll, hasn't anyone been using it?
    If you want the rabbit to hop, move the carrot - Paul Kellerman(Prison Break)

    onError GoTo http://vbforums.com



    My Bits:
    VB6: Change Column Name in MS ACCESS

  7. #7
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  8. #8
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    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
  •  



Click Here to Expand Forum to Full Width