c++ - What does "use -D_SCL_SECURE_NO_WARNINGS" mean? -
i've got error trying compile curve compression program, error no c4996, function call parameters may unsafe. it's telling me use above. error coming xutility header file, i've never laid eyes on before. flag have input console? there literally no reference online...
-d command line compiler flag causes rest of text treated if there #define in code.
in solution explorer, right click project, select "properties". project property page open. expand ">c/c++" entry in tree on left , select "preprocessor" under that. top entry in right pane should "preprocessor definitions". in edit box, add _scl_secure_no_warnings, separating other entries ;
Comments
Post a Comment