21 May
2007
21 May
'07
9:09 p.m.
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.