I just downloaded and installed (7Jan2003, WinXP-Pro). When compiling <iostream> generated errors about a missing file (c++config.h, c++io.h etc.). The correct MingW32 files are in Dev-Cpp\include\c++\mingw32\bits and should be copied over to Dev-Cpp\include\c++\bits. This should either be changed in the release or put in a note. Hope this isn't a repeat but I don't have time to read the forum.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-01-07
In my setup, Dev-Cpp\include\c++\mingw32 was set as a default include path in the IDE. (this adds a -I option to the command line).
You should do this rather than move the files to another folder; doing that may cause problems when you install an upgrade - you will be using the old versions of the upgraded files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just downloaded and installed (7Jan2003, WinXP-Pro). When compiling <iostream> generated errors about a missing file (c++config.h, c++io.h etc.). The correct MingW32 files are in Dev-Cpp\include\c++\mingw32\bits and should be copied over to Dev-Cpp\include\c++\bits. This should either be changed in the release or put in a note. Hope this isn't a repeat but I don't have time to read the forum.
In my setup, Dev-Cpp\include\c++\mingw32 was set as a default include path in the IDE. (this adds a -I option to the command line).
You should do this rather than move the files to another folder; doing that may cause problems when you install an upgrade - you will be using the old versions of the upgraded files.
Yes its a repeat. Repeat^105. You have no idea.
Wayne