"Dan Kegel" dank@kegel.com wrote:
The VB app I'm trying to bring up (Yardi) installs qpro200.dll. Amusingly, their setup utility crashes on startup if you run it again, in that dll's init routine. Deleting it seems to fix things. Good old DLL hell. Partial relay and traceback attached in case anyone's curious.
qpro200.dll is a 16-bit NE Windows DLL. It crashes somewhere in its LibMain() initialization routine. Backtrace is useless in that case, but disassembly of the LibMain() might shed some light on the crash.