LabWindows/CVI

Content Type
Programming Language
Current manual
Product DocumentationLabWindows/CVIError Checking in Your Release Executable or DLLCurrent page
Table of Contents

Error Checking in Your Release Executable or DLL

Error Checking in Your Release Executable or DLL

Usually, you enable debugging and the Run»Break on»Library Errors option while you develop your application in LabWindows/CVI. With these features enabled, LabWindows/CVI checks for programming errors in your source code. Consequently, you might have a tendency to relax your own error checking.

When you create a release executable program or DLL, debugging and the Run»Break on»Library Errors option are disabled, resulting in smaller and faster code. Thus, you must perform your own error checking when you create a release executable program or DLL.

Was this information helpful?