Running Simulink models from Visual Studio

6 Ansichten (letzte 30 Tage)
Fabian Jonsson
Fabian Jonsson am 31 Jan. 2014
Kommentiert: Fabian Jonsson am 31 Jan. 2014
I have compiled all subsystems of a big, complex, Simulink model into a series of dlls. All of them are working in Visual Studio except one. The one that is not working is the only one that requires the simstruc.h header file, and I get about 120 error messages when I try to compile them. Most of them are in simstruc.h, but also in subsequent includes, like sfcn_bridge.h for example. All of them look the same way:
error C2143: syntax error : missing ';' before '*' c:\matlabr2011b_x86\rtw\c\src\sfcn_bridge.h (37) error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\matlabr2011b_x86\rtw\c\src\sfcn_bridge.h (37)
error C2143: syntax error : missing ';' before '*' c:\matlabr2011b_x86\simulink\include\simstruc.h (2135) error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\matlabr2011b_x86\simulink\include\simstruc.h (2135)
I have been able to compile programs that include simstruc.h before, but suddenly it's not working. Can anyone point me in the right direction?
  1 Kommentar
Fabian Jonsson
Fabian Jonsson am 31 Jan. 2014
Oh, and the code in the line in above example looks like this:
sfcn_bridge.h (37): SS_SimMode *simModePtr;
simstruc.h (2135): SparseHeader* slvrJacobianMatrix;

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Simulink finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by