Why do I get an error message when loading a dll generated from a continuous Simulink model with the Embedded Coder 6.4 (R2013a)?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!