Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MinGW 4.8.1.7z | 2014-02-13 | 36.7 MB | |
MinGW 4.7.2.7z | 2013-01-13 | 14.8 MB | |
MinGW 4.7.0.7z | 2012-09-28 | 14.9 MB | |
MinGW 4.6.2.7z | 2012-09-28 | 14.1 MB | |
Totals: 4 Items | 80.6 MB | 24 |
- TDM-GCC contains compilers based on MinGW64/TDM-GCC. These compilers can create both 32bit and 64bit executables and generally ship with much more Microsoft related headers and libraries. When you place these compilers in Dev-Cpp\MinGW64, Dev-C++ can automatically configure them on first launch or via Tools >> Compiler Options >> Find Compilers. - MinGW contains compilers based on MinGW (http://www.mingw.org/). These are direct ports of GCC to Windows, and generally provide only basic Windows headers. For example, DirectX9c, 10, 11, XNA, DWM and GDI+ are only provided with TDM. These can be auto-configured when placed in the Dev-Cpp\MinGW32 folder. Note that I do NOT provide these compilers myself. Please check the "changes.txt" in each package to see what has been changed by me.