Loading mpr.dll in Dependency walker ...

  • Thread starter For example: John Smith
  • Start date
F

For example: John Smith

I have one windows console application that does snmp get and set. This
application directly uses user32.dll, wsock32.dll and kernel32.dll and does
not use any other dll. This application is working with no problems in
Windows 2000 operating system. But it is not running properly in Windows XP
operating system. It gives error message "The system cannot find the path
specified. Process returned 1" in the first line of output, then it runs.

Then loaded this application the dependency walker(depends.exe). In windows
XP, it is using indirectly mpr.dll, that has some problems. If I load
mpr.dll in dependency walker, I got this message in red line "Warning: At
least one module has an unresolved import due to a missing export function
in a delay-load dependent module.".

Does anybody know how this problem started and how to fix this problem? I
have installed Windows XP Pro, Microsoft Office 2003 and Visual Studio .NET
2003 in this computer.

Regards,
For example: John Smith
 
M

Michael Solomon \(MS-MVP Windows Shell/User\)

Perhaps the path to some of the necessary files are different in XP than
Win2k or how those files need to be accessed; instructions sent, etc. have
changed in XP. Check to see if there is an update for the application. You
might try running the application in compatibility mode, Start\All
Programs\Accessories\Program Compatibility Wizard.

If that doesn't resolve it, it's likely it cannot be done from system level
and must be done by modifying the application and that usually requires an
update as mentioned above. You would need to contact the company who
provides the application for help with this issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top