
On Wed, Apr 4, 2012 at 3:41 PM, Joshua Boyce <raptorfactor@raptorfactor.com>wrote:
On Mon, Apr 2, 2012 at 7:44 PM, Artyom Beilis <artyomtnk@yahoo.com> wrote:
Also, I have confirmed with dumpbin that both the Boost.Locale DLL and
the
test are dynamic linking to the CRT. Proof:
http://dl.dropbox.com/u/74751/cpp/boost/logs/locale-dll-imports-vc11-2012040...
http://dl.dropbox.com/u/74751/cpp/boost/logs/locale-test-imports-vc11-201204...
Thanks for looking into this.
Can you please send me the same for MSVC10 and MSVC11 so we can compare symbols used in the DLL.
(Does this tool know to demangle as well?)
Because I can't find the reference to std::collate<char>::id or std::collate<wchar_t>::id.
Same for std::num_put<...>::id and std::num_get<...>::id
If this symbol is not imported to DLL and program what would happend that they use different instances of the same id and cause crash on attempt to use it.
I almost certain that this is MSVC11 issue or some configuration problem.
Thanks.
Hey, unfortunately I'm swamped over the next couple of days, then I'm going on holidays over the easter break. I'll get this information to you some time next week.
Thanks again for looking into this.
Sorry Artyom, I haven't forgotten about this, but I'm swamped at the moment. I'll update here again once I have the information you've requested. Thanks.