Link to home
Start Free TrialLog in
Avatar of ttheimer
ttheimer

asked on

Locating source of errors when running app outside of development environment

I have a Delphi application that works on all of my test PCs but throws an error on a client PC so I need ideas for how to locate the problem.  I've traced the execution within the development environment and added "ShowMessage" statements but still unable to narrow the problem sufficiently.

The client PC is running WinServer 2003
Earlier versions of my application ran on this machine
Error message is "An unhandled win32 exception occurred in CMNotes.exe [6048]
No errors noted in the Event Viewer

Thanks
ASKER CERTIFIED SOLUTION
Avatar of MerijnB
MerijnB
Flag of Netherlands 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
Avatar of xr1140
xr1140


CodeSite (http://www.raize.com/DevTools/CodeSite) also it's doing a very good job too.
SOLUTION
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
Avatar of ttheimer

ASKER

The second comment confirming Eurekalog as a possible solution gave the incentive to begin the process of reading, downloading, and testing.  WOW!  Bug capture tools have come a long way since I first tested one many years ago and the instant tutorial of Eurekalog reduced the start up effort to near-zero.  Thanks to all.