Boost logo

Boost Users :

From: Paul Giaccone (paulg_at_[hidden])
Date: 2005-10-10 03:37:35


Jonathan Turkanis wrote:

>Paul Giaccone wrote:
>
>
>>Thanks for the confirmation, Jonathan. The program I sent in my
>>original posting is the exact program I am testing.
>>
>>
>
>The stack trace you posted looks like it contains some code from
>Boost.Serialization.
>
>
>>It's strange though that reset() should crash for me but not for you.
>>
>>
>
>Definitely. What compiler options are you using?
>
>

Compile flags:

/Od /I "D:\boost\include\boost-1_33" /D "WIN32" /D "_DEBUG" /D
"_CONSOLE" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/"
/Fd"Debug/vc70.pdb" /W3 /nologo /c /Wp64 /ZI /TP

Link flags:

/OUT:"Debug/CompressionTest.exe" /INCREMENTAL /NOLOGO
/LIBPATH:"D:\boost\lib" /DEBUG /PDB:"Debug/CompressionTest.pdb"
/SUBSYSTEM:CONSOLE /MACHINE:X86 kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

Browse information (probably not relevant):

/nologo

No build events; no custom build step.

This is a debug version of the program.

Paul


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