I used to call a dll (named A.dll) which was written by myself in Flexsim, and the A.dll was invoked successfully. However, if I added extra some code in A.dll, which command the A.dll to call B.dll that was written by another programmer (B.dll was not written in the grammar that flexsim specified) , A.dll can not be invoked successfully.
Can Flexsim call a third party dll? Or, in another way, should the B.dll also be written in the grammar that flexsim specified?