It's been a while again. Enjoy the new features. :)
- Jun 07, 2015 After downloading the above version of Dev C, download the below two important header files as these below header files mostly fixes all the errors with Dev C on Windows 8/8.1 and Windows 10 even and works fine.
- If you declared your functions before you called them, your compiler would tell you that you're calling swap incorrectly in the second line – you're passing integers instead of pointers. Whether that's the only cause of a crash is a separate issue, but it will certainly cause a crash. Turn on compiler warnings.
Changes - Version 5.11 - 27 April 2015
Re: Microsoft Edge Dev Crashing @sean8102 My issue seemed to be a little different since Edge would crash seconds after launching, so I couldn't make changes to favorites. I ended up having to not only uninstall, but also delete the Edge Dev folders from appdata and then reinstalling.
- Fixed crash related to double clicking on a compiler error when a selection was made.
- Upgraded the default compiler to TDM-GCC 4.9.2.
- Improved startup speed.
- Fixed Abort Compilation button not working anymore.
- Fixed crash in TCppParser.CheckForTypedefStruct.
- Fixed crash in TCppParser.HandleEnum.
- Fixed some typos in the English translation (thanks to Hiro5).
- Updated the Catalan translation (thanks to Hiro5).
- Updated the Czech translation (thanks to tringi).
- Fixed some hiccups in the build process of Dev-C++ itself.
Download
- The setup which includes TDM-GCC 4.9.2 (32bit and 64bit) can be downloaded here (47MB).
- The setup which does not include a compiler can be downloaded here (2MB).
- The portable version which includes TDM-GCC 4.9.2 (32bit and 64bit) can be downloaded here (34MB).
- The portable version which does not include a compiler can be downloaded here (2MB).
- The latest tested compilers can be downloaded here.
- Lastly, the source code can be found here (1MB). Alternatively, one can use git to clone any commit. Instructions can be found here.