Work out what is causing error

M

Matthew Sutton

Hi everyone,

We have an application that is developed in Borland C++ by an external
developer to the company. The applciation runs on Windows XP & Windows 2000
Pro machines.

At the momment, every so often it causes a Windows error, where a error has
happened in the program that Windows needs to close. It does not give an
error code adn the developer says he cannot work out whats causing it and he
cannot trap it either.

I was just wondering if anyone else out there has come acorss this siutation
or knows of a way we can track down either what part of our code or what bit
windows casued the error and try and work it out.


All thoughts and ideas apprecaited.

MAtthew Sutton
 
L

LiquidJ

Sounds like you need to hire a competant developer. To say that the
exception can't be caught and it doesn't give an error code screams of
incompetance.

That being said, tell your "developer" to look into structured exception
handling, as well as Dr. Watson and installing symbols.


{L}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top