Hi,
I have a DLL that returns a float from a custom DLL built in code-block using c++ language.
The codes that are written in DLL header files, Functions called all are shown in the pictures below
I am getting the results in the C++ program as shown in image in cmd
How can use the same dll to get the same result as in the cmd in flexsim
Where can i write the codes to print the output in flexsim to get the results in flexsim
Can someone help regarding this
Thankyou in advance
the first image is dll headers
second image is functions called in dll project main
the third image is code to get output in c++ cmd ( i want to know where i have to type the codes in 3rd image in flexsim to get the results)
the fourth image is result which i got from c++ cmd