Closed fisothemes closed 7 months ago
After investigating the issue I found I wasn't sizing the buffer correctly for reference types. This means the issue doesn't just extend to references to string types, it's for all reference types. I was just lucky with numeric types as they're the same size or smaller than the pointer storing the reference so their contents fixt in the buffer.
Will apply the fix for all read/write and invoke VIs, write some unit tests and then create a pre-release.
Fixed on 1.2.5.13
Reading symbols of type
REFERENCE TO STRING
andREFERENCE TO WSTRING
fails unit test.