30 Apr
2008
30 Apr
'08
5:25 p.m.
Hi, by default, the shared boost libraries 1.35.0 compiled with mingw gcc 4.2.1 link with the static C/C++ runtime, which means that exceptions cannot be thrown across dll boundaries. Is there a simple way to make boost link using the "-shared-libgcc -lstdc++_s -D_DLL" options? Best regards, Lothar