Author Topic: The best compilers on Windows XP  (Read 1611 times)

Offline jpl

  • Single posting newcomer
  • *
  • Posts: 9
The best compilers on Windows XP
« on: October 27, 2022, 08:00:02 pm »
I have installed Codeblocks on Windows XP and got Compilers auto-detection window. Many compilers there. For example: GNU GCC, MS Visual C++ Toolkit/2003, MS Visual C++ 2005/2008, MS Visual C++ 2010 (in my case Codeblocks found it), Borland C++ (5.5, 5.82) and etc.

I would to know some opiniions about what compiler is the best case for Codeblocks + Windows XP SP3 for C/C++.

Offline gerwin

  • Single posting newcomer
  • *
  • Posts: 8
Re: The best compilers on Windows XP
« Reply #1 on: October 27, 2022, 10:27:44 pm »
I have installed Codeblocks on Windows XP and got Compilers auto-detection window. Many compilers there. For example: GNU GCC, MS Visual C++ Toolkit/2003, MS Visual C++ 2005/2008, MS Visual C++ 2010 (in my case Codeblocks found it), Borland C++ (5.5, 5.82) and etc.

I would to know some opiniions about what compiler is the best case for Codeblocks + Windows XP SP3 for C/C++.

Depends on what you want to do, of course.

Microsoft compilers: Advantage of being native to the OS, but MSVC 2010 is the last XP compatible one already. If it is good enough for what you want, then you can stick with that.

Issues arise when you want to use libraries and code from other projects, like current projects, with new syntax and new standards.

MinGW had many updates after 2010 too, and many packages to go with it. All good until around 2016 and MinGW 5.3. After that time, you  will find parts of this ecosystem include non-XP compatible Vista+ API calls. Though if you are adventurous, there are are still ways.






Offline nenin

  • Almost regular
  • **
  • Posts: 145
Re: The best compilers on Windows XP
« Reply #2 on: November 03, 2022, 07:31:14 am »
I would to know some opiniions about what compiler is the best case for Codeblocks + Windows XP SP3 for C/C++.
There are some more-or less fresh Mingw-w64 compilers on a level of gcc 8 running on XP. You can ask this guy https://github.com/brechtsanders/winlibs_mingw
about his collection of the builds or just try something like https://github.com/brechtsanders/winlibs_mingw/releases/tag/7.5.0-7.0.0-r1
Also I suggest to install MS UCRT - it exists for XP.