We have multiple vb projects.We want to put error handlers in all functions, and error handler should write to a file.Are there any tools available - we have looked at codesmart and vbwatch.
|
|
Here's a freeware program: and here's some source code for doing it yourself: |
||
|
|
|
MZ-Tools, which is free and very easy to install, is often recommended: Supported Microsoft Development Tools
Supported Programming Languages
|
||||
|
|
|
Make sure you test performance before putting it in all procedures. Our Error Handler solution (VBRig) noticeably impacted math calculation and screen redraws in our CAD/CAM application. It wasn't badly written but the addition of doing the logging hundreds of time added up. We switched to use error handling in all event routines and selected other area. While not ideal from a design standpoint it brought performance back up to what it needed to be. |
||||||||||
|
