From: Per W. <pw...@ia...> - 2009-01-20 10:51:51
|
Sorry, but not a really good answer. The included MinGW compiler is truly ancient. If accepting the need that all third-party libraries (wxWidgets, ...) must be retrieved as source and built, then it is way better to get the latest MinGW compiler separately. MinGW has not stood still all these years... An even better solution for all beginners who haven't invested time in Dev-C++ projects is to get Code::Blocks (which is also using MinGW) that does everything Dev-C++ does and a lot more. And is maintained. Never ignore that little thing: Dev-C++ is not maintained! /pwm On Sat, 17 Jan 2009, Mr. Bijoy Chandra Phukan wrote: > MinGW is already incorporated in Dev-C++. Therefore, it's not required to > install MinGW with Dev-C++ . > |