Hi,
We are updating a module from FlexSim version 7 to FlexSim 17.0.1. We have a usercommand in FlexSim which calls a dll function. This dll function returns a pointer to a node as double (return tonum( nodeX ) ). However, the value I get back from the usercommand is a node. This results in some problems because other pieces of code assume it is a double and not a pointer. How can we ensure that the returned value is a double? Is there a bug in the tonum function or should we do something else?
Thanks in advance,
Patrick
PS: It was not possible to select software version FlexSim 17.0.1 in the dropdown