Issue Details
I am trying to pass C++ strings to a DLL using a
Call Library Function Node , but when I execute my VI, LabVIEW is closing without prompts, warnings or crash logs.
The function that causes the issue uses a prototype similar to:
void Fun1(string &Arg1, string Arg2);