Uwe -
When I here someone saying they want to create dynamic variables associated with an execution in TestStand, I believe they are talking about using subproperties under Execution.RunTimeVariables. I cannot think of any better way to do it within TestStand.
As to why your VI calls appear to crash quietly when using this DLL and TestStand, I have no ideas. The first path to debug this would be to attach a debugger like MSVC to the process that goes away to see what might be going on. Minimally you should be able to catch the exception that is causing it to crash, see what type of exception it is, and to see the minimal stack trace to see where the crash is occurring. Sometimes this type of information can lead you to the next level of de
bugging. If you have source for the DLL, then you can possibly see more details if the crash occurs inside the DLL source code.
Scott Richardson
Scott Richardson
https://testeract.com