Hi,guys
I found that after introducing the header file of flexsim and the library of flexsim in Visual Studio, I can use the following functions in Visual Studio:
//find node
Treenode tool=model() ->find ("Tools");
//Create processor
Createinstance (library() ->find ("? Processor"), model());
//Addgolabetable
FleximSm:: applicationcommand ("addglobaltable");
The function will not report an error, but it is useless because no model file is specified.
I want to know if there is a way for me to directly use visual studio to operate flexsim to achieve functionality.
Thank you for your review