question

王 avatar image
0 Likes"
asked Jeanette F commented

Error in dllmaker

I try to used dll maker to build a dll file and use visual studio 2022 but there are some error appear when the I started it.

Can any one know what is going on.

1680970048591.png

FlexSim 22.1.4
dll makerdll error
1680970048591.png (1.3 MiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Phil BoBo avatar image
1 Like"
Phil BoBo answered Jeanette F commented

Just comment out the lines giving you errors. They're functions that have been added to the C++ standard template library that weren't there before (fabs() and round()), so trying to connect to FlexSim's version of them now causes ambiguity in the compiler.

See also DLL Maker Error - FlexSim Community

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.