Dear all,
I built a model in FlexSim using some functions in C++ in a computer that have Visual Studio 2013, the model compiles and run normally. Then I copied this model to another computer that does not have Visual Studio, when I pressed "Run", FlexSim asked me to compile my model first before run, and it could not be able to compile because detected some syntax errors, while the model in the other computer compiled with no problems.
How can I save a model already compiled in FlexSim to just reset and run in a computer without Visual Studio? There is any way, or it's needed to have VS installed to use C++ functions in a model?