Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Questons on Visual Studio project setting : _SECURE_SCL=0

Subject: CGAL users discussion list

List archive

[cgal-discuss] Questons on Visual Studio project setting : _SECURE_SCL=0


Chronological Thread 
  • From: Joe C <>
  • To:
  • Cc: Joe C <>
  • Subject: [cgal-discuss] Questons on Visual Studio project setting : _SECURE_SCL=0
  • Date: Fri, 23 Jan 2009 09:56:27 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=fyK2468VN1eLYDdXACqeQuaoVYhu0Tv72MmZb5Tcu6M1Y+2MsmWvGRdLOz+vusuKkj 8Ftyb2vEsvrYtIqMSKniBFhIEzQSNMKjNsGThb9gc974+hJlyyyXKVfXSeuuSnrZgnd/ q4rIXAPCW7wTvbnZ+Su8LE9s2HBFZMtTh6Chk=

Hi, all

I noticed that all CGAL examples in VC++ have the project setting : _SECURE_SCL=0. I wonder if this is a must for CGAL. In my Visual Studio solution, I have other non-CGAL projects using default _SECURE_SCL=1. In Debug mode, everything runs well. But in Release mode, I got some STL vector errors. Is it possible that the mix of _SECURE_SCL=0 and _SECURE_SCL=1 for different projects in one sultion causes all the trouble? Is it safe to set _SECURE_SCL=1 for all CGAL-related projects?

Thanks.

Joe



Archive powered by MHonArc 2.6.16.

Top of Page