Loading mpr.dll in Dependency walker ...

  • Thread starter Radhakrishna Tadepalli
  • Start date
R

Radhakrishna Tadepalli

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 I loaded this application the dependency walker(depends.exe). In
windows XP, it is using indirectly mpr.dll, that has some problems.
Dependency Walker shows this message "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.
 
M

Mark Dormer

You are calling a function that has been removed or renamed from the later
version dll.
Try reading up on it at msdn.microsoft.com, if you are a developer.
If your an end user then you need the app writer to modify the source

Regards
Mark Dormer
 

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

Loading mpr.dll in Dependency walker ... 1
MPR.DLL 1
mpr.dll 2
MPR.DLL 3
Dependancy Walker - MPR.dll 1
Compiling Unmanaged C++ Code 2
Windows XP Application has generated an exception that could not be handled 0
Fails to register an .ocx 0

Top