7 Aug
2010
7 Aug
'10
3:56 p.m.
Good news! MinGW GCC 4.4.0 gets rid of this problem.
One difference between the binary that was compiled with MinGW GCC 4.5.0 and the binary compiled with 4.4.0 is that the former linked in libstdc++-6.dll. Maybe the "The application failed to initialize properly (0xc0000005)." error has something to do with the shared STL implementation being initialized twice or not being initialized before the UTF DLL.