Compling Mex function with SECURE_SCL=0

22 visualizaciones (últimos 30 días)
James Lowell
James Lowell el 15 de Nov. de 2012
When compiling a mex function are their any complications on the Matlab side changing the secure_scl flag to 0.

Respuestas (1)

Philip Borghesani
Philip Borghesani el 15 de Nov. de 2012
Mex defaults to secure_scl=0. Verify this with mex -v myfile.cpp. Defining secure_scl=1 will break a great deal of legacy code and may reduce performance.
The relevant build options I see for VS2010 are:
/D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0

Categorías

Más información sobre Call C++ from MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by