Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

1 visualización (últimos 30 días)
Jim Quirk
Jim Quirk el 24 de Mayo de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 comentario
Peter
Peter el 16 de Jun. de 2014
Hi Jim Quirk did you find a solution to your problem. I would be interested in it.

Respuestas (0)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by