Hello,
I am trying to use the DLL Maker in FlexSim 2022 Update 1. For common tasks it works fine, but when I try to use array functions, the DLL pops out some exceptions in the model. Back in 2020 I had this same issue, as seen in the post below:
https://answers.flexsim.com/questions/85962/access-array-labels-with-dll.html
The solution was to update the header files with the ones present in "FlexSim folder/program/system/include" and it worked at that time. But now in 2022 Update 1 I noticed something: the file "basicutils.h" doesn't exist anymore and I don't know if this can be causing this issue.
Another thing is that now I can't compile my DLL because it keeps saying that can't open the "coroutine" source file, even after I already added the "coroutine.h" file into my solution, as seem below:
if there is a way to update DLL Maker to 2022.1, please let me know.
thanks in advance.