Hello,
Token passed as parameter on calling dll function. But the token in dll seems not correct.
visible void dllprinttokenid(FLEXSIMINTERFACE) { ProcessFlow::Token token = param(1); print("tokenid=" + numtostring(token.tokenID));// print tokenid=0 }