MinGW-w64 - for 32 and 64 bit Windows / Bugs (original) (raw)

Can you help me with PCH problem ?
I have a project based on the original DC++ project...

cc1plus.exe crashes when trying to compile using Precompiled Headers

I tried to get support or more detail of the DC++ team ( https://answers.launchpad.net/dcplusplus/+question/243282 ) <- see detail of compilation (i also tried on all gcc releases: seh/dwarf/sjlj arch: i686/x86-64)
PCH = 136 554 756 b - and less - is ok!
PCH = 137 526 404 b - and over - crash
but it seems they don't know how to solve it

This problem on the Widnows8.1-x64, 16G RAM, Intel Core i7-3630QM

But! later I checked on a different platform (Windows Vista-x32 4G RAM) with mingw-builds: i686-4.8.2-release-posix-dwarf-rt_v3-rev2

it works! whats happens ? How solve this problem on Windows8.1 ?

thanks.,