Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

mex of non-ansi C code with WindowsSDK on 64-bit machine

조회 수: 1 (최근 30일)
Jim Quirk
Jim Quirk 2013년 5월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
Is there an equivalent of removing the -ansi flag for the Windows SDK compiler?
I am attempting to mex a C package in MATLAB 2012b on a Windows 7 64-bit machine using Windows SDK 7.1 (after running the mex -setup), but the compile keeps failing with various syntax errors. However, the code will compile in MATLAB 2011a under linux (using gcc) if I remove the -ansi flag from the mexopts file, so the issue appears to be with the compiler language configuration under Windows.
The closest thing I have been able to find for the windows compiler is the /Ze flag (enabling language extensions) but this does not resolve the compilation issues.
Any suggestions/help/blind guesses would be appreciated.
Thanks.
  댓글 수: 1
Peter
Peter 2014년 6월 16일
Hi Jim Quirk did you find a solution to your problem. I would be interested in it.

답변 (0개)

제품

Community Treasure Hunt

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

Start Hunting!

Translated by