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?