-
Notifications
You must be signed in to change notification settings - Fork 3
Default return value(s)
viltbalint edited this page Jan 11, 2018
·
8 revisions
- Invalid operation called and function throws a LabVIEW error
- There is twi kinds of result: {OPERATION_SUCCESS (default), UNSUCESS_OPERATION}
- Function call throws an error --> .NET DLL call returns with default values (success result instead of unsuccess operation result)
- Related LV forum post: https://forums.ni.com/t5/LabVIEW/NET-DLL-call-returns-wrong-value/td-p/3716870
- Configured in .NET build specification
NOTE:
- This workaround introduces a new "bug" which is explained here