Home > Software engineering >  VC and matlab appear problem, mixed mxArray can't identify
VC and matlab appear problem, mixed mxArray can't identify

Time:10-09

The program is like this:
Public:
MxArray * pArrayIn;
MxArray * pArrayOut;

The HWND m_plotH;
Int m_isInView;
Error:
C: \ users \ cyj \ desktop \ testsincplot_dll \ testsincplot_dllview h (25) : error C2143: syntax error: missing '; 'before' * '
C: \ users \ cyj \ desktop \ testsincplot_dll \ testsincplot_dllview h (25) : error C2501: 'mxArray: missing storage - class or type specifiers
C: \ users \ cyj \ desktop \ testsincplot_dll \ testsincplot_dllview h (25) : error C2501: 'pArrayIn: missing storage - class or type specifiers

CodePudding user response:

Run into a similar problem is done with
/*... every time." */comment out different parts to recompile again, until orientation to the location of the specific grammatical errors, "
The methods to solve of,
  • Related