Re: [Mingw-w64-public] problem in 5.3.1 with fstream, use of ifstream, ofstream cause compile error

2016-03-26 Thread Jim Michaels
oops - my bad, forgot the std:: in front. (why do I miss that on a regular basis?) but I do have another problem, I have code that looks perfect to me, and it crashes on run. it should not crash. but I get an access violation. error code is 0xc005 as seen in eventvwr.exe's

Re: [Mingw-w64-public] problem in 5.3.1 with fstream, use of ifstream, ofstream cause compile error

2016-03-26 Thread Mateusz
It's related to commit [ca451a] Handle __CTOR_LIST__ internally within mingw-w64. Now this commit is reverted and everything is working. Please update yours compilers to versions 20160318:

[Mingw-w64-public] problem in 5.3.1 with fstream, use of ifstream, ofstream cause compile error

2016-03-26 Thread Jim Michaels
problem in 5.3.1 with , , , use of std::ifstream, std::ofstream cause compile errors.and as 6.0 and its errors go, I have no completely working compiler. help. C:\jim\KBIB_KJ1>g++ -v -s -o KBIB_KJ1to5toBible_txt.exe -O4 -std=c++11 -lstdlib -W -Wall KBIB_KJ1to5toBible_txt.cpp Using built-in