I know this has been posted before but none of the answers work for me.
I'm using VISSIM v10 and made a DLL File to make an external driver model. This is working well. But what I want is to implement the algorithms in MATLAB instead and make the DLL File send data to Matlab, then Matlab computes the updates the values and sends them back to DLL. The DLL then sends the value back to VISSIM.
So along with .vcproj, .h and .cpp files provided by VISSIM to create the DLL File (im using Microsoft Visual Studio 19), I've added engine.h file in the same project file to be able to use engine routines but it gives 'unresolved external symbol' error for engOpen and engEvalString. I try the same thing in a new .cpp file and it works but how can I link that to VISSIM..
I've added all the libraries and include directories in the properties and configuration type as .dll.
Tettamanti and Varga (2012) mentions that this is the way to be able to do it. But it isn't working for me for now. Help ?