Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL 3.3.1 slow with VC++2008 ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL 3.3.1 slow with VC++2008 ?


Chronological Thread 
  • From: "Ophir Setter" <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 3.3.1 slow with VC++2008 ?
  • Date: Thu, 29 May 2008 19:44:55 +0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=jCRWSgFoURl9ktzXu4vTIWEP8GHPwjVIH4nY5zcHa2fpFDCSs5dUkRBQm315m5RZcZcVa5zbh8jk5qgY+lkQvfvcMYT3I67zWZ4vg239djffE9NNPIZIg3CyTsny+Yu0OLnXEy2MF/BDnVGNCkFdFfTPlvswCbyxDHNeIF9uNtw=



On Thu, May 29, 2008 at 7:10 PM, Fernando Cacciola <> wrote:
What boost pre-compiled libraries have you tested?

Just recently it was discussed that the default for boost in release builds should be _SECURE_SCL=0.

Ok. I had a little bit of a mess. I checked that all my libraries (except boost) are compiled with _SECURE_SCL=0 (one of the libraries I used was not compiled with this). My program still crashed when compiled with _SECURE_SCL=0. After I removed the link to boost program options it worked, so I guess that my boost is not compiled with _SECURE_SCL=0.

I used these instructions http://www.quantnet.org/forum/showthread.php?t=2221&page=2 to compile boost for vc 9.0.

Thanks Fernando for making a little bit of order in my mess. :)



Archive powered by MHonArc 2.6.16.

Top of Page