Author Topic: Run CB on Windows XP  (Read 3392 times)

Offline Neo

  • Multiple posting newcomer
  • *
  • Posts: 16
Run CB on Windows XP
« on: April 13, 2020, 06:35:37 am »
I downloaded codeblocks-20.03-32bit-setup-nonadmin.exe and installed it inside a XP VM. When I tried to run CB, it prompts me that some api-ms-win-string*.dll is missing. How can I work around this?

BTW, on the download page, I see Windows XP is listed along with 7/8/10, is the page outdated?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Run CB on Windows XP
« Reply #1 on: April 13, 2020, 09:48:42 am »
There was a topic about this somewhere.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Neo

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Run CB on Windows XP
« Reply #2 on: April 16, 2020, 06:30:34 am »
Can anyone point me to the link?

Offline nenin

  • Almost regular
  • **
  • Posts: 210
Re: Run CB on Windows XP
« Reply #3 on: April 16, 2020, 07:28:32 am »
Quote
, it prompts me that some api-ms-win-string*.dll is missing. How can I work around this?
Likely you have to install  Universal CRT. It can be found on Microsoft side as runtime for Visual Studio 2015+  ( https://docs.microsoft.com/pl-pl/cpp/windows/universal-crt-deployment?view=vs-2019 )  . Actually you simply have to, if you are using more or less contemporary mingw-w64 and dont want to face strange glitches. 

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Neo

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Run CB on Windows XP
« Reply #5 on: April 17, 2020, 07:19:03 am »
« Last Edit: April 17, 2020, 07:58:08 am by Neo »

Offline nenin

  • Almost regular
  • **
  • Posts: 210
Re: Run CB on Windows XP
« Reply #6 on: April 17, 2020, 08:49:28 am »
There was a topic about this somewhere.
Is this version of CB::B was built with i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z from MINGW Builds?