When I try and run the setup.bat I get:
CODE |
Load Library("UOMap") failed - The specified module could not be found
|
the OCX file IS in the folder with the setup.bat.
Any help is appreciated.
you need to take a look at the troubleshooting steps in the main post and use the dependency walker to identify any additional system dlls that you need to get.
Ok I downloaded and added 1 DLL file that was missing but I still get this error:
CODE |
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
|
with mpr.dll
and I still cant install the UOMap i get the above error
try checking to see what mpr.dll might be missing
This is the function name that wont work:
QUOTE |
WNetRestoreConnectionA |
I even replaced the DLL with one I downloaded but they were the same, Im on Windows XP SP2.
Mircosoft search turned up nothing so did MSDN Search, I cnat find much info on it, I even Googled it.
use the dependency walker on it to find out the dll that it needs.
oh, and dont worry about any java dlls that it complains about. You dont need them.
mmm...the dll that come is red when I use DW on it is it self :S
Maybe I wont be using SpawnEditor lol
I dont think that is the issue.
When you ran the DW on uomap.ocx did it report that you were actually missing mpr.dll or did it just give you the warning about a delay-load dependency?
If it was actually missing, when you downloaded it did you add it to your WINDOWS/System32/ folder?
When you ran the DW on uomap.ocx after installing the missing dll, did it find it?
When I run DW on UOMap.ocx:
CODE |
Error: At least one required implicit or forwarded dependency was not found. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. |
And its missing MPR.dll
I ahve it in the system32 folder AND in the application folder.
and it continues to report the missing dll even after you added it to system32?
may just require a reboot.
Ok, I got it working! It was missing a DLL file and it wasnt showing up in DW,
thank you for all your help!