$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Strange issue with boost::date_time
From: Igor R (boost.lists_at_[hidden])
Date: 2009-04-14 04:56:28
> I'm having a strange issue with the boost::date_time library - My
> program runs fine with both release and debug compilations, but will
> not run in standalone / the command line. Â I.e., the program works
> when I run it through the MS visual studio debugger, whether the
> program is built with debugging symbols or not. Â It also ran correctly
> when run through dependency walker.
Ensure that all your libs are built with the same CRT/ STL options
(threading, _SECURE_SCL etc.)