22 Feb
2011
22 Feb
'11
2:16 p.m.
Maybe exception handling does not work well across dll boundary? I never used minGW, but internet search showed there were/are some difficulties with it. Is it feasible to upgrade to 4.5 compiler, since Andy says it works for him?
-- Slava
Hello Slava, I'm linking all the Boost libraries statically, so I don't think DLL issues are the cause in this case (although I too have seen reports of Boost Thread functionality not working correctly when dynamically linking using MinGW). I'll upgrade MinGW and see if that resolves the issue. Regards, William