Boost logo

Boost Users :

From: Christopher Woods (cwoods_eol_at_[hidden])
Date: 2007-05-21 17:09:47


Christopher Lux wrote:
> To quote myself:
>
> i found the problem (well rediscovered it):
> http://lists.boost.org/boost-users/2006/05/19342.php
>
> when disabling _SECURE_SCL on VS8.0 the store call crashes.
>
> i hope this can be fixed somehow for 1.34.1
>
> svn ticket for this:
> http://svn.boost.org/trac/boost/ticket/967
>
> -chris

Just a thought...

When you built 1.34.0 did you define _SECURE_SCL = 0? Or did you leave
it as the default?

If the latter then you are mixing library types and that is probably
(though not guaranteed to be) causing the crash. In that case, try
rebuilding 1.34.0 with _SECURE_SCL = 0 and then posting back whether the
issue still remains.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net