Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
Jim Quirk
Jim Quirk le 24 Mai 2013
Clôturé : MATLAB Answer Bot le 20 Août 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 commentaire
Peter
Peter le 16 Juin 2014
Hi Jim Quirk did you find a solution to your problem. I would be interested in it.

Réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by