Boost crashing before main() called.

I have a Win32 program compiled and linked with Visual C++ Express 9 that is crashing during the loading of DLLs, and it appears that it is the boost filesystem code specifically failing. This problem occurs under Windows XP but oddly not under Vista. Can someone tell me how I can compile Boost under Windows? I did not find any info in the documentation section. Thanks.

Zack S wrote:
I have a Win32 program compiled and linked with Visual C++ Express 9 that is crashing during the loading of DLLs, and it appears that it is the boost filesystem code specifically failing.
Can you send me a simple program that causes this crash? I'd like to track it down.
This problem occurs under Windows XP but oddly not under Vista.
Can someone tell me how I can compile Boost under Windows? I did not find any info in the documentation section.
http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html --Beman
participants (2)
-
Beman Dawes
-
Zack S