14 Apr
2009
14 Apr
'09
8:56 a.m.
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.)