Link to home
Start Free TrialLog in
Avatar of mSchmidt
mSchmidt

asked on

Errorhandled VB6 App - some computers -> Application Error / Hang

Hi

I have developed a rather large VB6 application.
I have added my own error handling on every method, meaning no error should cause a Windows Crash or Hang.
However on some computers my program will simply suddenly freeze up and throw a windows error with the standard "Dont send" button on it.

Windows also logs these errors
http://www.scoding.dk/rodebunken/appHang.JPG

How can such errors occur when i have error handlers all over my application ?

This is giving some customers a huge problem, does anyone have any idea what could cause these error or how to figure out what is ?
Avatar of game-master
game-master
Flag of Philippines image



good morning!

that could mean that your program has no error,
but the dll and ocx that u used in the program is probably missing or corrupted.
Please check it.


game-master
Avatar of mSchmidt
mSchmidt

ASKER

shoot.. i use a lot of DLLs, and OCXs for my application, is there any way to debug which one is failing ?
ASKER CERTIFIED SOLUTION
Avatar of game-master
game-master
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial