
"Unexpected Error: Quiting" Error when I run VB32.exe
Quote:
> I've had VB installed for over a year and I was installing something
> else and when i ran VB32 later on I got an "Unexpected Error: Quiting"
> error. I deleted VB and reinstalled, but that didn't help. Any
> ideas? (Grrr..I hate computers sometimes) :-(
> Thanks
Here's a possibility:
There is a problem with VB4 applications where the setup
program/installed files are created on an NT4.0 workstation and then
installed on a WIN95 system. If done incorrectly it will corrupt your
Win95 system and will give you the error you just mentioned. (BTW,
don't you just love the "Unexpected Error: Quiting" message. What goes
through someones head when they write an error message like this. Is
there an "Expected Error"??)
NT4.0 uses MSVCRT40.DLL that is different from WIN95. The NT4.0 one is
called a wrapper .DLL and calls another .DLL. WIN95 doesn't have this
called .DLL. If the install includes the NT4.0 MSVCRT40.DLL its version
is newer and the install replaces the old .DLL. It just doesn't work.
Uninstall won't help, and finding it is a real problem. Take a look at
the Win95/system directory. If MSVCRT40.DLL is about 64K you have the
problem. (It should be about 306K.) If so, you need to get the
original and replace it.
There is also a problem with the file OLEPRO32.DLL. Microsoft has a
knowledge Base article about this and how to prevent it. Article Q15976
Jack Linder