Results 1 to 5 of 5

Thread: Error message while registtering com component

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    3
    hi!
    When I try to register a COM component using the regsvr32.exe in Windows 98, I get the following error message:"LoadLibrary("Dllname") failed.One of the library files needed to run this application cannot be found."
    The com component is called "HandleInventory.dll" and it is not missing.
    I used the following command in the command window:-
    regsvr32 pathname
    where pathname is the path where the dll file is located.
    What might be the reason for the error?

  2. #2
    Lively Member chrisgaddy's Avatar
    Join Date
    Mar 2001
    Location
    Olive Branch, MS
    Posts
    71
    Did you copy HandleInventory.lib file to the same folder as HandleInventory.dll?

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    3

    Reply to chrisgaddy

    Yes, HandleInventory.dll and HandleInventory.lib are in the same folder.

  4. #4
    Lively Member chrisgaddy's Avatar
    Join Date
    Mar 2001
    Location
    Olive Branch, MS
    Posts
    71
    Here's a link to some possible causes:

    http://support.microsoft.com/support.../q249/8/73.asp

    There is also a Depends.exe file that you can run on a Win98 PC to find out what dependencies are missing.

  5. #5

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    3

    Thanks to chris

    Hi once again!
    I'll try that out.
    Thanks for your time.

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