I downloaded the last Dev-C version with Mingw 3.2 included, but it doesn't install correctly.
After running the installation, Dev-C starts and asks for some configuration info (language), then I tried to compile the Hello World template but couldn't. I tried several simple programs I made in Dev-C 4 for testing purposes, none of them worked. Also, I noticed that the installation didn't create the shortcuts in the Start Menu, and when I opened Control Panel -> Add/Delete Programs, Dev-C didn't appeared there.
Then I went to C:\Dev-Cpp (the folder where I installed Dev-C), and tried to run the uninstall program, it stopped almost inmediately after asking for uninstall confirmation, but didn't delete anything. So I'm back with version 4, but I'm still interested in the last version since it looks great, it supports .devpak installation and, well it'd be the last version available, and we have to update, but for now I'll wait until the stable version is available.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
you are missing a dir in your compilier options. That is why your progs won't compile. It has nothing to do with the prog being stable, the setup is wacked. To fix your problems add "D:\Dev-Cpp\include\c++\mingw32" to you C++ includes director under compiler options, where "D:\Dev-Cpp" is where you installed Dev. This will fix all of those pesky errors.
Curtis
P.S. This question has come up many times in the last little while. Please try searching the forum first before making a new post.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the last Dev-C version with Mingw 3.2 included, but it doesn't install correctly.
After running the installation, Dev-C starts and asks for some configuration info (language), then I tried to compile the Hello World template but couldn't. I tried several simple programs I made in Dev-C 4 for testing purposes, none of them worked. Also, I noticed that the installation didn't create the shortcuts in the Start Menu, and when I opened Control Panel -> Add/Delete Programs, Dev-C didn't appeared there.
Then I went to C:\Dev-Cpp (the folder where I installed Dev-C), and tried to run the uninstall program, it stopped almost inmediately after asking for uninstall confirmation, but didn't delete anything. So I'm back with version 4, but I'm still interested in the last version since it looks great, it supports .devpak installation and, well it'd be the last version available, and we have to update, but for now I'll wait until the stable version is available.
you are missing a dir in your compilier options. That is why your progs won't compile. It has nothing to do with the prog being stable, the setup is wacked. To fix your problems add "D:\Dev-Cpp\include\c++\mingw32" to you C++ includes director under compiler options, where "D:\Dev-Cpp" is where you installed Dev. This will fix all of those pesky errors.
Curtis
P.S. This question has come up many times in the last little while. Please try searching the forum first before making a new post.
opps, missed the other thread. To avoid multi-posts, don't use the refresh on your browser.
Curtis