Why do I get an error message when loading a dll generated from a continuous Simulink model with the Embedded Coder 6.4 (R2013a)?
Show older comments
I want to deploy a MATLAB application that interacts with a continuous Simulink model.
First, I generate a dll from the Simulink model using the Embedded Coder and the ert_shrlib.tlc target file. Then I intend to load this dll in MATLAB using LOADLIBRARY.
However, when I try to load the dll generated from this continuous model, I receive the following error:
??? Error using ==> loadlibrary
Failed to preprocess the input file.
fatal error C1083: Cannot open include file: 'rtw_continuous.h': No such file or directory
Accepted Answer
More Answers (0)
Categories
Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!