Problem to reproduce simulinkDLL examples
Problem to reproduce simulinkDLL examples
Hi,
When I try to build Simulink DLL, I get the following error.
CRL: "None" cannot be found in the registry.
It is because that the interface is set to "None," and when I choose C++ ISO, it works and generates two folders but gives the following warning.
EMTPInterface.cpp
EMTPInterface.cpp(37) : warning C4018: '<' : signed/unsigned mismatch
EMTPInterface.cpp(39) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data