Full Version : Wont install UOMap.ocx....with bat file
xmlspawner >>SpawnEditor 2 Troubleshooting >>Wont install UOMap.ocx....with bat file


<< Prev | Next >>

Nott32- 08-14-2006
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.


ArteGordon- 08-15-2006
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.

Nott32- 08-15-2006
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

ArteGordon- 08-15-2006
try checking to see what mpr.dll might be missing

Nott32- 08-15-2006
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.


ArteGordon- 08-15-2006
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.

Nott32- 08-15-2006
mmm...the dll that come is red when I use DW on it is it self :S

Maybe I wont be using SpawnEditor lol

ArteGordon- 08-15-2006
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?

Nott32- 08-15-2006
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.

ArteGordon- 08-16-2006
and it continues to report the missing dll even after you added it to system32?

may just require a reboot.

Nott32- 08-16-2006
Ok, I got it working! It was missing a DLL file and it wasnt showing up in DW,

thank you for all your help!