dll dependency question
Tuesday, November 20, 2001 at 2:50 pm Windows 98 Annoyances Discussion Forum
Posted by Robert DeFusco
(116 messages posted)
I've been using dependency walker for quite some time, it comes in handy when I release
new programs, or want to send a file to another computer and need to know what dlls
are required. Anyway, a few months ago, when I view dependencies on a file, it goes
slow, and then receives the following error(s):
In the module treeview:
Module File Time Stamp Link Time Stamp etc ...
APPHELP.DLL Error opening file. The system cannot find
the file specified (2).
USERENV.DLL Error opening file. The system cannot find
the file specified (2).
And in the log window it says:
Warning: At least one delay-load dependency module was
not found.
Warning: At least one module has an unresolved import due to a missing export function
in a delay-load dependent module.
Now, these 2 modules, APPHELP.DLL and USERENV.DLL are referenced in SHLWAPI.DLL>OLE32.DLL
and SHELL32.DLL, and the 2 functions are CoWaitForMultipleHandles and SHBindToParent,
looking these up I noticed they are NT only function calls, I don't remember updateing
my OLE/SHELL files anytime recently, why would it all of a suddend break?
btw, I dont have APPHELP.DLL and USERENV.DLL, since I am using win98 and those are
winnt files (i think)..... anyone know whats wrong?
|
Responses to this message:
|
|
All messages in this thread [show all]
 | dll dependency question (Robert DeFusco: Tue, Nov 20, 2001, 2:50 pm) |
| |
| |
Return to the Windows 98 Discussion Forum
|
|