Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
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 Comment
Peter
Peter on 16 Jun 2014
Hi Jim Quirk did you find a solution to your problem. I would be interested in it.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!