필터 지우기
필터 지우기

Missing Windows header file in Matlab 2019a for MacOS

조회 수: 1 (최근 30일)
Adrian Arif Rahardja
Adrian Arif Rahardja 2019년 7월 30일
답변: Dinesh Yadav 2019년 10월 30일
Hi, I am running Matlab 2019a on Mac, and I need to connect it to mex C++ file, but it keeps failing with the error stating that " 'Windows.h' file not found". The whole mex and m files were originally created in Windows. Are there any way to fix this?

답변 (1개)

Dinesh Yadav
Dinesh Yadav 2019년 10월 30일
mex files that are generated while compiling are different for different operating systems. You can find more about that in this link.
For mac you will need to compile from beginning. One cannot use the windows version.

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by