WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Error Codes

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

DLL Initialization Error INETMIB1.DLL

Keywords:     DLL Initialization, INETMIB1.DLL

Question:

I'm running a very simple large compiled EXE, called NT.exe, on my Windows NT machine, I'm getting the following error:
	  wbt-NT.exe: NT DLL Initialization Error
          Initialization of dll C:\WINNT\SYSTEM32\INETMIB1.DLL
then I hit OK, it seems to finish the script fine.

All the script does is send a lot of keystrokes and checks if certain windows exist.

Answer:

I may be that our SendKey statement is interfering with what this dll is attempting to do. I could be that both our SendKey statement and the INETMIB1.DLL are trying to both access the same registry item. Not sure.

You will need to find out where in the script it seems to be failing. Add the following line just before where you see the script fail.

IntControl(43,0,0,0,0) 
Then reset after problem area too:
IntControl(43,1,0,0,0) 

Article ID:   W12968
Filename:   DLL Initialization Err  - INETMIB1 DLL.txt
File Created: 1999:04:15:16:50:52
Last Updated: 1999:04:15:16:50:52