I would like to know whether Z3 is compiled with _SECURE_SCL=0 or not because I am using it in another application which requires it to be set to 0.
Thank you,
AG.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Our build configuration does not change the default value of the SECURE_SCL option.
It should therefore in release mode be set to 0 under VS2010:
http://msdn.microsoft.com/en-us/library/aa985896(v=vs.100).aspx