I have inherited a large CVI project that has almost no error handling. I know there are these IVI macros that allow me to encapsulate a function call, so that when/if an error is thrown in the function I can log that error to a file (or whatever).
Has anyone done something like this? I basically want to capture any errors that are thrown without having to add a bunch of extra code to the project. How do I go about implementing it?
Kindest,
Warren